CINXE.COM

Home - BAPLA

<!DOCTYPE html><!-- Last Published: Fri Mar 14 2025 15:26:52 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.bapla.org.uk" data-wf-page="65717da8d27db5f40703d39d" data-wf-site="65717da8d27db5f40703d39a" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Home - BAPLA</title><meta content="Home - BAPLA" property="og:title"/><meta content="Home - BAPLA" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/css/bapla-stage.webflow.90942ab54.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","PT Serif:400,400italic,700,700italic"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d40c_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d40d_webclip.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/f1989b7bcb504d0696c49f90/script.js"></script> <!-- End cookieyes banner --> <!-- Preventing scaling on mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0"> <!-- Open Graph Extras --> <meta property="og:image:width" content="2400" /> <meta property="og:image:height" content="1260" /> <!-- F'in Sweet --> <!-- Finsweet Cookie Consent --> <!-- <script async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in" fs-cc-endpoint="" fs-cc-debug="false"></script> --> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <!-- Google Tag Manager --> <!-- <script></script> --> <!-- End Google Tag Manager --> <!-- Memberstack webflow package --> <script data-memberstack-app="app_cl9323akx001d0vjg3eoh17bm" src="https://static.memberstack.com/scripts/v1/memberstack.js" type="text/javascript"></script> <!-- End Memberstack webflow package --> <style> html:not([data-wf-page="65717da8d27db5f40703d39d"]) .footer_top-wrapper { display: none; } .event-content-rt.w-richtext figure.w-richtext-align-normal { float: left; margin-right: 3rem; } .event-content-rt.w-richtext figure.w-richtext-align-floatright { margin-left: 3rem; } </style><!-- [Attributes by Finsweet] CMS Slider --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsslider@1/cmsslider.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> </head><body><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Table of contents */ /* - Fluid Responsive Design System - Text - General Settings - Word breaks and hypenation - Rich Text - Accesibility - Images - Miscellaneous - Helpers - Project specific tweaks */ /* Global styles */ /* Fluid responsive design system */ /* Text */ /* Set html root font-size */ html { font-size: 16px; } /* Disable ligature for the entire website */ * { font-variant-ligatures: none; } /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Word breaks and hyphenation */ /* Hyphenate paragraphs (source: https://bit.ly/3JD4jvd) */ p { -webkit-hyphens: auto; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -webkit-hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-last: always; -webkit-hyphenate-limit-zone: 8%; -moz-hyphens: auto; -moz-hyphenate-limit-chars: 6 3 3; -moz-hyphenate-limit-lines: 2; -moz-hyphenate-limit-last: always; -moz-hyphenate-limit-zone: 8%; -ms-hyphens: auto; -ms-hyphenate-limit-chars: 6 3 3; -ms-hyphenate-limit-lines: 2; -ms-hyphenate-limit-last: always; -ms-hyphenate-limit-zone: 8%; hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%; } h1, h2, h3, h4, h5, h6 { hyphens: auto; hyphenate-limit-chars: 6 3 3; } /* explicitly break long words */ .break-word { word-break: break-word; } /* Enable word-break for loooong words on VERY SMALL breakpoints (Mobile portrait) */ @media screen and (max-width: 319px) { p, h1, h2, h3, h4, h5, h6, div[class*="heading-"] { word-break: break-all; } } /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Rich Text */ /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Enable word-break for loooong words in RTE */ /*.rte { overflow-wrap: anywhere; //overflow-wrap: break-word; //word-break: break-all; hyphens: auto; }*/ /* Accesibility */ /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Hide focus outline for main content element */ main:focus-visible { outline: -webkit-focus-ring-color auto 0px; } /* Images */ /* Prevent easy copying of images (experimental) */ /*img { pointer-events: none; }*/ /* Miscellaneous */ /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* Snippet gets rid of border on any iframe embeds */ iframe { border: none; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } /* Helpers */ /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium, .container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Disables body scroll when a Modal is opened */ .body-no-scroll { overflow: hidden; } /* Project specific tweaks */ /* Text Selection Color */ ::selection { background: #91b1d1; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #91b1d1; /* Gecko Browsers */ } /* Outseta */ .o--Widget--widgetBody a { color: #222222 !important; } .o--Widget--widgetBody a:hover { text-decoration: none !important; } /* links */ .o--text-sm { color: #222222 !important; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } </style></div><div class="banner_component"><div class="banner"><div class="padding-global"><div class="banner_container"><div class="banner_menu"><div class="banner_link-list"><a fs-scrolldisable-element="disable" data-w-id="f9dafb67-692d-2261-7964-0bd946d140ba" href="#" class="banner-link_item modal-open-button w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.67 2.83 17.67 14.33"> <path d="M3.83329 3.33331H17.1666C18.0833 3.33331 18.8333 4.08331 18.8333 4.99998V15C18.8333 15.9166 18.0833 16.6666 17.1666 16.6666H3.83329C2.91663 16.6666 2.16663 15.9166 2.16663 15V4.99998C2.16663 4.08331 2.91663 3.33331 3.83329 3.33331Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.8333 5L10.5 10.8333L2.16663 5" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Newsletter</div></a><a href="/jobs" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.87 1.17 17.25 17.67"> <path d="M7.16685 18.3333H13.8335C17.1835 18.3333 17.7835 16.9917 17.9585 15.3583L18.5835 8.69167C18.8085 6.65833 18.2252 5 14.6668 5H6.33351C2.77518 5 2.19185 6.65833 2.41685 8.69167L3.04185 15.3583C3.21685 16.9917 3.81685 18.3333 7.16685 18.3333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7.16675 4.99996V4.33329C7.16675 2.85829 7.16675 1.66663 9.83341 1.66663H11.1667C13.8334 1.66663 13.8334 2.85829 13.8334 4.33329V4.99996" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12.1666 10.8333V11.6667C12.1666 11.675 12.1666 11.675 12.1666 11.6833C12.1666 12.5917 12.1583 13.3333 10.4999 13.3333C8.84992 13.3333 8.83325 12.6 8.83325 11.6917V10.8333C8.83325 10 8.83325 10 9.66659 10H11.3333C12.1666 10 12.1666 10 12.1666 10.8333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.5417 9.16663C16.6167 10.5666 14.4167 11.4 12.1667 11.6833" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M2.68335 9.39166C4.55835 10.675 6.67502 11.45 8.83335 11.6917" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Jobs</div></a><a href="/contact" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.76 1.17 17.57 17.61"> <path d="M18.8333 14.1V16.6C18.8343 16.8321 18.7867 17.0618 18.6937 17.2744C18.6008 17.4871 18.4644 17.678 18.2934 17.8349C18.1224 17.9918 17.9205 18.1112 17.7006 18.1856C17.4808 18.2599 17.2478 18.2875 17.0167 18.2666C14.4523 17.988 11.9892 17.1118 9.82498 15.7083C7.81151 14.4289 6.10443 12.7218 4.82499 10.7083C3.41663 8.53432 2.54019 6.05914 2.26665 3.48331C2.24583 3.25287 2.27321 3.02061 2.34707 2.80133C2.42092 2.58205 2.53963 2.38055 2.69562 2.20966C2.85162 2.03877 3.04149 1.90224 3.25314 1.80875C3.4648 1.71526 3.6936 1.66686 3.92499 1.66665H6.42499C6.82941 1.66267 7.22148 1.80588 7.52812 2.06959C7.83476 2.3333 8.03505 2.69952 8.09165 3.09998C8.19717 3.90003 8.39286 4.68558 8.67499 5.44165C8.7871 5.73992 8.81137 6.06407 8.74491 6.37571C8.67844 6.68735 8.52404 6.9734 8.29998 7.19998L7.24165 8.25831C8.42795 10.3446 10.1554 12.072 12.2417 13.2583L13.3 12.2C13.5266 11.9759 13.8126 11.8215 14.1243 11.7551C14.4359 11.6886 14.76 11.7129 15.0583 11.825C15.8144 12.1071 16.5999 12.3028 17.4 12.4083C17.8048 12.4654 18.1745 12.6693 18.4388 12.9812C18.703 13.2931 18.8435 13.6913 18.8333 14.1Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Contact Us</div></a></div><div class="banner_link-list"><a data-ms-content="!members" href="/join-us" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667ac6df631fe585964c14b5_icon_join-us-white.svg" loading="lazy" alt="" class="banner-link_icon is-large"/></div><div>Join Us</div></a><a data-ms-content="!members" href="/login" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Login</div></a><a data-ms-content="members" href="/members/dashboard" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Dashboard</div></a><a data-ms-content="members" data-ms-action="logout" href="/" aria-current="page" class="banner-link_item w-inline-block w--current"><div>Logout</div></a></div></div></div></div></div><div class="banner_blank-space hide"></div></div><div data-animation="default" data-collapse="none" data-duration="400" data-easing="ease" data-easing2="ease" data-no-scroll="1" role="banner" class="nav_component w-nav"><div class="padding-global"><div class="nav_container"><a href="/" aria-current="page" class="nav_logo-link w-nav-brand w--current"><img alt="logo-bapla" loading="lazy" src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3ec_logo-bapla.svg" class="nav_logo"/></a><nav role="navigation" class="nav_menu w-nav-menu"><div class="nav_link-list"><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fb0" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>About Us</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/what-we-do" class="nav-dropdown_link w-dropdown-link">What We Do</a><a href="/executive-board" class="nav-dropdown_link w-dropdown-link">Executive Board</a><a href="/consultation-responses" class="nav-dropdown_link w-dropdown-link">Consultation Responses</a><a href="/code-of-best-practice" class="nav-dropdown_link w-dropdown-link">Code of Best Practice</a><a href="/best-practice-procedure" class="nav-dropdown_link w-dropdown-link">Best Practice Procedure</a></nav></div><a href="/news" class="nav_link w-nav-link">News</a><a href="/events" class="nav_link w-nav-link">Events</a><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fce" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Image Suppliers</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown_link w-dropdown-link">All Image Suppliers</a><a href="/media-researchers" class="nav-dropdown_link w-dropdown-link">Media Researchers</a><a href="/media-buying-resources" class="nav-dropdown_link w-dropdown-link">Media Buying Resources</a><a href="/image-request" class="nav-dropdown_link w-dropdown-link">Image Request</a><a href="/orphan-works-search" class="nav-dropdown_link w-dropdown-link">Orphan Works Search</a></nav></div><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fde" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Member Resources</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/members/downloads" class="nav-dropdown_link w-dropdown-link">Download Member Resources</a><a href="/members/industry-suppliers" class="nav-dropdown_link w-dropdown-link">Industry Suppliers</a><a href="/members/member-faq" class="nav-dropdown_link w-dropdown-link">Members FAQ</a><a href="/members/picsel" class="nav-dropdown_link w-dropdown-link">PICSEL</a><a href="/members/brexit" class="nav-dropdown_link w-dropdown-link">Brexit</a></nav></div></div></nav><div class="nav_menu-button w-nav-button"><div class="nav_menu-button-icon w-embed"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 16H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 8H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 24H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66ff0" class="custom-nav_menu-button"><div class="menu-icon"><div class="menu-icon_line-top"></div><div class="menu-icon_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon_line-bottom"></div></div></div><div fs-scrolldisable-element="when-visible" class="nav_mobile-wrapper"><div data-hover="false" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c67001" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">About Us</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/what-we-do" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>What We Do</div></a><a href="/join-us" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Join Us</div></a><a href="/executive-board" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Executive Board</div></a><a href="/consultation-responses" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Consultation Responses</div></a><a href="/code-of-best-practice" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Code of Best Practice</div></a><a href="/best-practice-procedure" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Best Practice Procedure</div></a></nav></div><a href="/news" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">News</div></a><a href="#" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">Events</div></a><div data-hover="false" data-delay="200" data-w-id="01cb0943-4b6e-6117-f115-981210b745bc" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Image Suppliers</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>All Image Suppliers</div></a><a href="/media-researchers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Researchers</div></a><a href="/media-buying-resources" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Buying Resources</div></a><a href="/image-request" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Image Request</div></a><a href="/orphan-works-search" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Orphan Works Search</div></a></nav></div><div data-hover="false" data-delay="200" data-w-id="4a4a651e-e66e-efda-f4e1-a95afbbc4df6" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Member Resources</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/members/industry-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Industry Suppliers</div></a><a href="#" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Download Member Resources</div></a><a href="/members/member-faq" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Members FAQ</div></a><a href="/members/picsel" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>PICSEL</div></a><a href="/members/brexit" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Brexit</div></a></nav></div></div></div></div></div><div class="modal_component"><div class="modal_content-wrapper"><div class="heading-style-h5">Subscribe to our newsletter to image buyers<br/></div><div class="w-embed w-script"><!-- Start of signup --> <style type="text/css"> #signup input ~ label.wrap { white-space: pre-wrap; } .w-embed #signup input { width: 100%; padding: .5em; margin-bottom: 1em; border: 1px solid #dedede; min-height: 3em; } .w-embed #signup label { margin-top: 1em; } .w-embed #signup #btnsubmit { background-color: var(--button-color); align-self: stretch; min-width: 10rem; min-height: 3.125rem; padding: 0; color: #fff; } </style> <form name="signup" id="signup" action="https://technology-trust-news.org/signup.ashx" method="post" autocomplete="off" onsubmit="return validate_signup(this, true)"> <!-- UserID - required field, do not remove --> <input type="hidden" name="userid" value="7617"> <input type="hidden" name="SIG80a6c75a3e9b7a70de35f780b863978af83867870ea96df65646a69c72ec767b" value=""> <!-- ReturnURL - when the user hits submit, they'll get sent here --> <input type="hidden" name="ReturnURL" value=""> <!-- ConsentUrl --> <input type="hidden" id="ci_consenturl" name="ci_consenturl" value=""> <div> <label class="wrap" for="email">Email</label> <input type="email" name="email" id="email" aria-required="true" required> </div> <div> <label class="wrap" for="FULLNAME">Full name</label> <input type="text" class="text" name="cd_FULLNAME" id="FULLNAME" aria-required="true" required/> </div> <div> <label class="wrap" for="COMPANY">Company</label> <input type="text" class="text" name="cd_COMPANY" id="COMPANY" aria-required="true" required/> </div> <div> <label class="wrap" for="POSITION">Position</label> <input type="text" class="text" name="cd_POSITION" id="POSITION" aria-required="true" required/> </div> <p> <input type="submit" id="btnsubmit" name="btnsubmit" value="Subscribe"> </p> </form> <!-- This div will display the success message --> <div id="success-message" style="display:none; color: green; font-weight: bold;"></div> <script type="text/javascript"> var urlInput = document.getElementById("ci_consenturl"); if (urlInput != null && urlInput != 'undefined') { urlInput.value = encodeURI(window.location.href); } function checkbox_Clicked(element) { document.getElementById(element.id + "_unchecked").value = !element.checked; } function validate_signup(frm, showAlert) { var emailAddress = frm.email ? frm.email.value : ""; var smsNumber = frm.MOBILENUMBERID ? frm.MOBILENUMBERID.value : ""; var errorString = ''; if (frm.email && (emailAddress == '' || emailAddress.indexOf('@') == -1)) { errorString = 'Please enter your email address'; } if (showAlert) { var els = frm.getElementsByTagName('input'); for (var i = 0; i < els.length; i++) { if (els[i].className == 'text' || els[i].className == 'date' || els[i].className == 'number') { if (els[i].value == '') errorString = 'Please complete all required fields.'; } else if (els[i].className == 'radio') { var toCheck = document.getElementsByName(els[i].name); var radioChecked = false; for (var j = 0; j < toCheck.length; j++) { if (toCheck[j].name == els[i].name && toCheck[j].checked) radioChecked = true; } if (!radioChecked) errorString = 'Please complete all required fields.'; } } } var isError = false; if (errorString.length > 0) { isError = true; if (showAlert) alert(errorString); } if (!isError) { // Form submission is valid, display success message document.getElementById('success-message').innerText = 'Thanks for signing up!'; document.getElementById('success-message').style.display = 'block'; } return !isError; // Prevent actual form submission for demonstration purposes } </script> <!-- End of signup --></div><div class="padding-bottom padding-medium"></div><div class="form_component modal hide w-form"><form id="wf-form-Newsletter-Sign-Up-Form" name="wf-form-Newsletter-Sign-Up-Form" data-name="Newsletter Sign-Up Form" method="post" class="form_form" data-wf-page-id="65717da8d27db5f40703d39d" data-wf-element-id="14e52f0c-7d87-6600-2336-3d1e629c4037" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Email*" type="email" id="Email" required=""/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Company" data-name="Company" placeholder="Company" type="text" id="Company"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Full-Name" data-name="Full Name" placeholder="Full Name" type="text" id="Full-Name"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Position" data-name="Position" placeholder="Position" type="text" id="Position"/></div><label class="w-checkbox form_checkbox"><div class="w-checkbox-input w-checkbox-input--inputType-custom form_checkbox-icon-custom"></div><input id="checkbox" type="checkbox" name="Checkbox-1" data-name="Checkbox 1" style="opacity:0;position:absolute;z-index:-1"/><span for="Checkbox-1" class="form_checkbox-label text-color-black w-form-label">Sign up for our bi-monthly update for image &amp; media buyers. You will receive information from BAPLA members and BAPLA will keep you updated on our events. To find out how we handle your personal information, please read our <a href="/legal/privacy-policy" class="text-style-link">privacy policy</a>.</span><div class="checkbox-custom-css w-embed"><style> .form_checkbox { user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; } </style></div></label><p>BAPLA members who would like to sign up to the members’ newsletter, please email us at <a href="mailto:enquiries@bapla.org.uk" class="text-style-link">enquiries@bapla.org.uk</a>.</p><div class="padding-bottom padding-small"></div><input type="submit" data-wait="Please wait.." class="button w-button" value="Subscribe"/></form><div class="form_message-success w-form-done"><div class="form_state-content"><div class="form_icon-wrapper"><div class="form_icon w-embed"><svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.03.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.75.75 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 0 1 1.084-1.036l4.97 5.195L17.97.72a.75.75 0 0 1 1.06 0Z" fill="currentcolor"/> </svg></div></div><div class="form_content"><div>Thanks for signing up!</div></div></div></div><div class="form_message-error w-form-fail"><div class="form_state-content"><div class="form_icon-wrapper is-error"><div class="form_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="5 5 14 14"> <path d="M18 6 6 18M6 6l12 12" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="form_content"><div>Something went wrong while submitting the form. Please try again later. If the problem persists, please contact us directly via the email address above.</div></div></div></div></div></div><a fs-scrolldisable-element="enable" data-w-id="14e52f0c-7d87-6600-2336-3d1e629c405d" href="#" class="modal-close-button w-inline-block"><div class="modal_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></a><div class="modal_background-overlay"></div></div><main class="main-wrapper"><section class="section_home_header"><div class="slider-bg_component"><div class="swiper is-slider-bg w-dyn-list"><div role="list" class="swiper-wrapper is-slider-bg w-dyn-items"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/679cc4d4f0658f70fcaede4f_FCR-1287482.jpg&quot;)" role="listitem" class="swiper-slide is-slider-bg w-dyn-item"></div><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/679cc6021ec0f843cea01ca2_10283117.jpg&quot;)" role="listitem" class="swiper-slide is-slider-bg w-dyn-item"></div><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/679cc72163b758fa5873ac2a_AA12467127.jpg&quot;)" role="listitem" class="swiper-slide is-slider-bg w-dyn-item"></div><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/679cc7bd63b758fa58744063_F7024-010.jpg&quot;)" role="listitem" class="swiper-slide is-slider-bg w-dyn-item"></div><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/679cc879511135ea08ee41c8_AKG571081.jpg&quot;)" role="listitem" class="swiper-slide is-slider-bg w-dyn-item"></div></div></div><div class="slider-bg_overlay"></div></div><div class="padding-global"><div class="text-align-center"><h1 class="text-color-white text-shadow">Find An Image Supplier</h1><div class="padding-bottom padding-small"></div><p class="text-size-medium text-color-white text-shadow">BAPLA members range from the biggest names in the business to smaller, specialist collections</p></div></div><div class="home-search_component"><div class="home-search_wrapper"><form action="/search" class="home_search w-form"><div class="fs_cmsfilter_search-icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.9 2.4 19.2 19.2"> <path d="M11.5 19C15.9183 19 19.5 15.4183 19.5 11C19.5 6.58172 15.9183 3 11.5 3C7.08172 3 3.5 6.58172 3.5 11C3.5 15.4183 7.08172 19 11.5 19Z" stroke="#909090" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M21.5 21L17.15 16.65" stroke="#909090" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div><input class="search-input w-input" maxlength="256" name="query" placeholder="Search image supplier" type="search" id="search" required=""/><div class="line-divider_search"></div><div data-hover="false" data-delay="0" class="w-dropdown"><div class="dropdown-toggle w-dropdown-toggle"><div>All Subjects</div><div class="dropdown_icon w-embed"><svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1.5L6 6.5L11 1.5" stroke="#0072BC" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="w-dropdown-list"><a href="#" class="w-dropdown-link">Link 1</a><a href="#" class="w-dropdown-link">Link 2</a><a href="#" class="w-dropdown-link">Link 3</a></nav></div><div class="line-divider_search"></div><div data-hover="false" data-delay="0" class="w-dropdown"><div class="dropdown-toggle w-dropdown-toggle"><div>All License Type</div><div class="dropdown_icon w-embed"><svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1.5L6 6.5L11 1.5" stroke="#0072BC" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="w-dropdown-list"><a href="#" class="w-dropdown-link">Link 1</a><a href="#" class="w-dropdown-link">Link 2</a><a href="#" class="w-dropdown-link">Link 3</a></nav></div><input type="submit" class="search-button w-button" value="Search"/></form></div><div fs-cmsfilter-element="filters" class="fs_cmsfilter_form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" redirect="/image-suppliers" data-redirect="/image-suppliers" method="get" class="fs_cmsfilter_form" data-wf-page-id="65717da8d27db5f40703d39d" data-wf-element-id="dd671f93-2573-e087-4a2f-c4854758c8f3" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="image-suppliers-search_component home"><div class="image-suppliers-search_wrapper home"><div class="fs_cmsfilter_search"><div class="search-field_wrapper"><div class="fs_cmsfilter_search-icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.9 2.4 19.2 19.2"> <path d="M11.5 19C15.9183 19 19.5 15.4183 19.5 11C19.5 6.58172 15.9183 3 11.5 3C7.08172 3 3.5 6.58172 3.5 11C3.5 15.4183 7.08172 19 11.5 19Z" stroke="#909090" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M21.5 21L17.15 16.65" stroke="#909090" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div><input class="fs_cmsfilter_search-field w-input" fs-cmsfilter-highlight="true" maxlength="256" name="Search" fs-cmsfilter-tagcategory="Search" fs-cmsfilter-field="*" data-name="Search" placeholder="Search image supplier" type="text" id="Search"/></div><div class="line-divider_search"></div><div class="dropdown_wrapper"><div data-delay="0" data-hover="false" class="fs-dropdown-1 w-dropdown"><div class="fs-dropdown_toggle-1 w-dropdown-toggle"><div class="fs-dropdown_label-1">All Subjects</div><div class="dropdown_icon w-embed"><svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1.5L6 6.5L11 1.5" stroke="#0072BC" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="fs-dropdown_list-1 w-dropdown-list"><div class="w-dyn-list"><div aria-label="add_description_here" role="list" class="fs-dropdown_list-group-1 w-dyn-items"><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Architecture</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Art</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Design</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Features &amp; Reportage</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Film &amp; TV</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Food &amp; Drink</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Gardens &amp; Flowers</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">General Stock</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">History</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Industry &amp; Commerce</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Lifestyle</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Nature</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">News</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Performing Arts</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Personalities</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Science</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Social Issues</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Sport</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Transport</span></label></div><div role="listitem" class="collection-item w-dyn-item"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Subject" data-name="Checkbox-Subject" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-highlightclass="fs-cmsfilter_highlight2" fs-cmsfilter-field="subject" fs-cmsfilter-tagcategory="Subject" fs-cmsfilter-highlight="false" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Subject">Travel</span></label></div></div></div></nav></div><div class="line-divider_search"></div><div data-delay="0" data-hover="false" class="fs-dropdown-1 w-dropdown"><div class="fs-dropdown_toggle-1 w-dropdown-toggle"><div class="fs-dropdown_label-1">All Licence Type</div><div class="dropdown_icon w-embed"><svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1.5L6 6.5L11 1.5" stroke="#0072BC" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><nav class="fs-dropdown_list-1 w-dropdown-list"><div aria-label="add_description_here" role="group" class="fs-dropdown_list-group-1"><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Licence" data-name="Checkbox-Licence" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-tagcategory="Licence Type" fs-cmsfilter-field="licence-type" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Licence">FG</span></label><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Licence" data-name="Checkbox-Licence" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-tagcategory="Licence Type" fs-cmsfilter-field="licence-type" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Licence">MS</span></label><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Licence" data-name="Checkbox-Licence" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-tagcategory="Licence Type" fs-cmsfilter-field="licence-type" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Licence">RF</span></label><label class="w-checkbox fs-checkbox_field-10"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-checkbox_button-10"></div><input type="checkbox" name="Checkbox-Licence" data-name="Checkbox-Licence" style="opacity:0;position:absolute;z-index:-1"/><span fs-cmsfilter-tagcategory="Licence Type" fs-cmsfilter-field="licence-type" class="fs-checkbox_label-10 w-form-label" for="Checkbox-Licence">RM</span></label></div></nav></div><input type="submit" data-wait="Please wait..." id="submit-button" class="search-button w-button" value="Search"/></div></div></div></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></section><section class="section_what-we-do"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><h2 class="text-color-white">What we do</h2><div class="w-layout-grid what-we-do_component"><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.33 2.33 23.33 23.33"> <path d="M3.01006 22.1783L2.98672 22.2016C2.67172 21.5133 2.47339 20.7316 2.39172 19.8683C2.47339 20.72 2.69506 21.49 3.01006 22.1783Z" fill="white"></path> <path d="M10.5001 12.11C12.0336 12.11 13.2767 10.8668 13.2767 9.33331C13.2767 7.7998 12.0336 6.55664 10.5001 6.55664C8.96654 6.55664 7.72339 7.7998 7.72339 9.33331C7.72339 10.8668 8.96654 12.11 10.5001 12.11Z" fill="white"></path> <path d="M18.8884 2.33337H9.11171C4.86504 2.33337 2.33337 4.86504 2.33337 9.11171V18.8884C2.33337 20.16 2.55504 21.2684 2.98671 22.2017C3.99004 24.4184 6.13671 25.6667 9.11171 25.6667H18.8884C23.135 25.6667 25.6667 23.135 25.6667 18.8884V16.2167V9.11171C25.6667 4.86504 23.135 2.33337 18.8884 2.33337ZM23.765 14.5834C22.855 13.8017 21.385 13.8017 20.475 14.5834L15.6217 18.7484C14.7117 19.53 13.2417 19.53 12.3317 18.7484L11.935 18.4217C11.1067 17.6984 9.78837 17.6284 8.85504 18.2584L4.49171 21.1867C4.23504 20.5334 4.08337 19.775 4.08337 18.8884V9.11171C4.08337 5.82171 5.82171 4.08337 9.11171 4.08337H18.8884C22.1784 4.08337 23.9167 5.82171 23.9167 9.11171V14.7117L23.765 14.5834Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><div class="text-align-left"><h3 class="heading-style-h6 text-color-white">Our vision</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">To be a clear and representative voice for the United Kingdom image licensing industry.</p></div></div><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="5.79 2.33 16.43 23.33"> <path d="M14 2.33337C10.9434 2.33337 8.45837 4.81837 8.45837 7.87504C8.45837 10.8734 10.8034 13.3 13.86 13.405C13.9534 13.3934 14.0467 13.3934 14.1167 13.405C14.14 13.405 14.1517 13.405 14.175 13.405C14.1867 13.405 14.1867 13.405 14.1984 13.405C17.185 13.3 19.53 10.8734 19.5417 7.87504C19.5417 4.81837 17.0567 2.33337 14 2.33337Z" fill="white"></path> <path d="M19.9266 16.5084C16.6716 14.3384 11.3633 14.3384 8.08495 16.5084C6.60329 17.5 5.78662 18.8417 5.78662 20.2767C5.78662 21.7117 6.60329 23.0417 8.07329 24.0217C9.70662 25.1184 11.8533 25.6667 14 25.6667C16.1466 25.6667 18.2933 25.1184 19.9266 24.0217C21.3966 23.03 22.2133 21.7 22.2133 20.2534C22.2016 18.8184 21.3966 17.4884 19.9266 16.5084Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><div class="text-align-left"><h3 class="heading-style-h6 text-color-white">Who we represent</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">We are UK trade association for picture libraries and agencies founded in 1975, representing image licensors with a diverse membership</p></div></div></div></div></div></div></section><div class="section_home_find-images"><div class="padding-global"><div class="container-large"><div class="max-width-medium z-index-2"><h2>Find Images</h2><div class="padding-bottom padding-medium"></div><p class="text-color-black60">BAPLA members include big and small image collections that provide high-quality pictures in all subjects with various price structures and licenses. Check the Image Suppliers section on their website to find the right supplier for your image needs.</p><div class="margin-top margin-medium"><div class="button-group"><a href="/image-suppliers" class="button w-button">Search</a></div></div></div></div></div><div class="find-images_image-wrapper"><div class="find-images_image-subwrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D.jpg" loading="lazy" width="638" height="494" alt="" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D.jpg 3364w" sizes="(max-width: 479px) 145.015625px, (max-width: 991px) 227.890625px, 621.515625px" class="find-images_image"/></div></div></div><section class="section_home_newsletter"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="text-align-center"><h2 class="text-color-black">Our newsletter to picture buyers</h2><div class="padding-bottom padding-medium"></div><div class="max-width-medium align-center"><p class="text-color-black60">BAPLA update January: spotlight on British Museum Images (BMI), selection of images on the theme of the month, movement and more...</p></div></div><div class="margin-top margin-medium"><div class="button-group align-center"><a href="https://bapla-news.org.uk/t/cr/AQjBOxCwoYsHGMjF5KAGpJ9VrCKMH0AH5M3hjpLPZaMX0CocZR_lbkNc-D2QYI0" target="_blank" class="button w-button">Read more</a></div></div></div></div></div><div class="newsletter_image-wrapper-left"><div class="newsletter-image_image-subwrapper-left"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3e7_Rectangle%2020550.jpg" loading="lazy" width="638" height="494" alt="" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3e7_Rectangle%252020550-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3e7_Rectangle%2020550.jpg 536w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 187.59375px, 268px" class="newsletter_image"/></div></div><div class="newsletter_image-wrapper-right"><div class="newsletter-image_image-subwrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D.jpg" loading="lazy" width="638" height="494" alt="" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D.jpg 4961w" sizes="(max-width: 767px) 100vw, (max-width: 991px) 308px, 440px" class="newsletter_image"/></div></div></section><div class="section_home_news"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="home-news-entries_component"><div class="home-news-entries_list-wrapper w-dyn-list"><div fs-cmsslider-element="list" role="list" class="home-news-entries_list w-dyn-items"><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/getty-images-and-verizon-to-award-20-000-grant-to-champion-disability-representation-in-the-workplace" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/67a52b42016ffcd49e75ae79_GettyImages-1343100241%20(1).jpg&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Getty Images and Verizon to Award $20,000 Grant to Champion Disability Representation in the Workplace</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>February 6, 2025</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/exhibition-announcement-lee-lee" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/66ea9f1a1e34345192a08b84_Lee%26LEE.jpg&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Exhibition Announcement: ‘Lee &amp; LEE’</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>September 18, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/mary-evans-picture-library-60th-anniversary" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9dadabde38867085994d_ME-film.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Mary Evans Picture Library 60th Anniversary</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/smart-fund-to-support-uk-creators" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/66aa3beeccea9fa090c2015e_BAPLA%20logo%202.png&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Smart Fund to Support UK Creators </h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/topfoto-reveals-new-look" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9d6a102a8a4b79ed81bf_TopFoto0119_1200px.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Topfoto Reveals New Look</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/bridgeman-images-exclusive-partnership-with-adci" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9cfecc3aafecb4405768_Capture.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Bridgeman Images exclusive partnership with ADCI</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/iconic-images-introduces-denis-oregan" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9c25ab29f72b78df7277_DOR_DB043-2048x1366.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Iconic Images Introduces Denis O’Regan</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/v-a-academy-lunchtime-lecture-with-heidi-hudson" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9be37eccc6a5adaec99a_dog-and-camera-glass-slide-Kennel-Club%C2%A9.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>V&amp;A Academy Lunchtime Lecture with Heidi Hudson</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/statement-from-bapla-on-thj-v-sheridan" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9bc31a78769d82a2f6cd_BAPLA-logo-2.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Statement From BAPLA on THJ v. Sheridan</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/4corners-images-new-images-from-bosnia-herzegovina" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9ba10e0b9c063533ba2b_FCR-1339170-2048x1363.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>4Corners Images: new images from Bosnia Herzegovina</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/bridgeman-images-international-book-cover-awards" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9b6919b9016a439df290_EN-Static-Book-Cover-Awards-Promo-Asset.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Bridgeman Images: International Book Cover Awards</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div><div role="listitem" class="home-news-entries_item w-dyn-item"><a href="/news/shutterstock-unveils-trust" class="home-news-entries_item-link w-inline-block"><figure><div class="image_mask _1-1"><div style="background-image:url(&quot;https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a993ebcbef7cf2976bdd6_logo-shutter.webp&quot;)" class="image_cover"></div><div class="image_cover w-condition-invisible"></div></div></figure><div class="home-news_heading-wrapper"><h6>Shutterstock Unveils TRUST</h6></div><div class="home-news-entries_meta-wrapper"><div class="line-divider40"></div><div>June 25, 2024</div></div></a></div></div></div></div><div data-delay="4000" data-animation="slide" class="slider_component w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="false" fs-cmsslider-element="slider"><div class="slider_header"><h2>News</h2></div><div class="slider_mask w-slider-mask"><div class="slider_slide w-slide"></div><div class="slider_slide w-slide"></div><div class="slider_slide w-slide"></div></div><div class="slider_arrow left w-slider-arrow-left"><div class="slider_arrow-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 18L9 12L15 6" stroke="#0072BC" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div class="slider_arrow w-slider-arrow-right"><div class="slider_arrow-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 18L15 12L9 6" stroke="#0072BC" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div class="slider_slide-nav w-slider-nav w-slider-nav-invert w-round"></div></div><div class="margin-top margin-medium"><div class="button-group align-center"><a href="/news" class="button is-secondary w-button">View all</a></div></div></div></div></div></div></main><div class="cc_component"><a fs-cc="manager" href="#" class="dp-cc-manager w-inline-block"><div fs-cc="open-preferences" class="dp-cc-manager_button"><div class="dp-cc-manager_text hide-mobile-landscape">Cookie-Settings</div><div class="show-mobile-landscape"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="currentWidth" height="currentHeight" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.033 5.033 0 0 1-2.91-3.62zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1z" opacity=".3"></path><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"></circle><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"></circle><circle cx="15" cy="15" r="1" fill="currentColor"></circle><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01zM12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20z"></path></svg></div></div></div></a><div fs-cc-scroll="disable" fs-cc="preferences" class="dp-cc-prefs_component"><div class="fs-cc-prefs_content"><div fs-cc="close" class="dp-cc-prefs_close"><div class="dp-cc-preferences_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="dp-cc-prefs_heading">Your Privacy Choices</div><div class="dp-cc-prefs_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="/legal/cookie-policy" target="_blank" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-prefs_form-wrapper w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="dp-cc-prefs_form" data-wf-page-id="65717da8d27db5f40703d39d" data-wf-element-id="4dad9fc0-b862-c9ac-7ee7-c358cad0edbf" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Strictly Necessary</div><div class="dp-cc-prefs_label-required">Required</div></div><div class="dp-cc-prefs_description">Cookies required to enable basic website functionality.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Marketing</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Marketing-2" name="Marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" style="opacity:0;position:absolute;z-index:-1"/><span for="Marketing-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies used to deliver advertising that is more relevant to you and your interests.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Personalization</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Personalization-2" name="Personalization-2" data-name="Personalization 2" fs-cc-checkbox="personalization" style="opacity:0;position:absolute;z-index:-1"/><span for="Personalization-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Analytics</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="analytics" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" style="opacity:0;position:absolute;z-index:-1"/><span for="analytics-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.</div></div><div class="dp-cc-prefs_buttons-wrapper"><a fs-cc="allow" href="#" class="dp-cc-prefs_button w-button">Accept All Cookies</a><div class="dp-cc-prefs_button-group"><a fs-cc="deny" href="#" class="dp-cc-prefs_button deny w-button">Reject all</a><a fs-cc="submit" href="#" class="dp-cc-prefs_submit w-button">Save settings<br/></a></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div></div></div><div class="dp-cc-prefs_overlay"></div></div><div fs-cc="banner" class="dp-cc-banner_component"><div class="dp-cc-banner_container"><div class="dp-cc-banner_heading">Notice</div><div class="dp-cc-banner_text">We and selected third parties use cookies or similar technologies for technical purposes and, with your consent, for functionality and experience as specified in the <a href="/legal/cookie-policy" class="dp-cc-text-style-link">Cookie Policy</a>. Denying consent may make related features unavailable.<br/>You can freely give, deny, or withdraw your consent at any time.<br/>Use the “Accept all Cookies” button to consent. Use the “Reject all” button to continue without accepting.</div><div class="dp-cc-banner_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="#" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-banner_buttons-wrapper"><div class="dp-cc-banner_button-group"><a fs-cc="allow" href="#" class="dp-cc-banner_button accept w-button">Accept all Cookies</a><a fs-cc="deny" href="#" class="dp-cc-banner_button deny w-button">Reject all</a></div><a fs-cc="open-preferences" href="#" class="dp-cc-banner_button cookie-settings w-button">Cookie Settings<br/></a></div></div></div></div><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-section-footer"><div class="footer_top-wrapper"><div class="footer_heading">Homepage picture credits</div><div class="padding-bottom padding-small"></div><div class="w-dyn-list"><div role="list" class="footer-home_hero-credits w-dyn-items"><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Margate, The Waltzer at Dreamland </div><a href="https://www.4cornersimages.com/" class="text-weight-semibold">© Carlo Irek/4Corners</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Algeria - Camel Transport. </div><a href="https://www.maryevans.com/" class="text-weight-semibold">© Mary Evans / Grenville Collins Postcard Collection</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Man falling into water underwater ballet dancer </div><a href="https://arcangel.com/?" class="text-weight-semibold">© Tina Gutierrez/ Arcangel Images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Harrison&#x27;s marine timekeeper H4 </div><a href="https://images.rmg.co.uk/" class="text-weight-semibold">© National Maritime Museum, Greenwich, London</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Cat Ballet, undated. Max Raffler. AKG571081</div><a href="https://www.akg-images.co.uk/" class="text-weight-semibold">© akg-images</a><div> ● </div></div></div></div></div><div class="line-divider_footer"></div><div class="footer_center-wrapper"><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">About BAPLA</div><a href="/what-we-do" class="footer_link">What We Do</a><a href="/join-us" class="footer_link">Join Us</a><a href="/executive-board" class="footer_link">Executive Board</a><a href="/consultation-responses" class="footer_link">Consultation Responses</a><a href="/code-of-best-practice" class="footer_link">Code of Best Practice</a><a href="/best-practice-procedure" class="footer_link">Best Practice Procedures</a><a href="/jobs" class="footer_link">Jobs</a><a href="/contact" class="footer_link">Contact</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Image Suppliers</div><a href="/image-suppliers" class="footer_link">All Image Suppliers</a><a href="/media-researchers" class="footer_link">Media Researchers</a><a href="/media-buying-resources" class="footer_link">Media Buying Resources</a><a href="/image-request" class="footer_link">Image Request</a><a href="/orphan-works-search" class="footer_link">Orphan Works Search</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">News &amp; Events</div><a href="/news" class="footer_link">News</a><a href="/events" class="footer_link">Events</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Member Resources</div><a href="/members/industry-suppliers" class="footer_link">Industry Suppliers</a><a href="/members/downloads" class="footer_link">Download Member Resources</a><a href="/members/member-faq" class="footer_link">BAPLA Members FAQ</a><a href="/members/picsel" class="footer_link">PICSEL</a><a href="/members/brexit" class="footer_link">Brexit</a></div></div><div class="line-divider_footer"></div><div class="footer_bottom-wrapper"><div class="w-layout-grid footer_legal-list"><a href="/legal/terms-conditions" class="footer_legal-link">Terms &amp; Conditions</a><a href="/legal/cookie-policy" class="footer_legal-link">Cookie Policy</a><a href="/legal/privacy-policy" class="footer_legal-link">Privacy Policy</a><a href="https://twitter.com/baplaUK" target="_blank" class="footer_legal-link">X</a><a href="https://www.linkedin.com/company/bapla/" target="_blank" class="footer_legal-link">LinkedIn</a></div><div class="footer_credit-text">© BAPLA <span fs-hacks-element="year">2024</span> | Website by <a href="https://mazecreative.co.uk/" target="_blank" class="footer-text-style-link">Maze Creative</a></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65717da8d27db5f40703d39a" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.b7cad701f94860c2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.bb82f86b7ecc651b.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.4e5784aa.5b88b2268d1ad7b6.js" type="text/javascript"></script><!-- Finsweet Hacks in Typescript --> <!-- Hack #14 - current year --> <script> 'use strict'; // when the DOM is ready document.addEventListener('DOMContentLoaded', function () { // set the fs-hacks selector const YEAR_SELECTOR = '[fs-hacks-element="year"]'; // get the the span element const yearSpan = document.querySelector(YEAR_SELECTOR); if (!yearSpan) return; // get the current year const currentYear = new Date().getFullYear(); // set the year span element's text to the current year yearSpan.innerText = currentYear.toString(); }); </script> <!-- End Finsweet Hacks in Typescript --> <!-- Google Tag Manager (noscript) --> <!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MPZ62L6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> --> <!-- End Google Tag Manager (noscript) --> <!-- Modal 1 - Close on ESC button --> <script> // Add an event listener for the Escape key document.addEventListener("keydown", function(event) { if (event.key === "Escape") { var link = document.querySelector(".modal-close-button.open"); if (link) { link.click(); } } }); </script> <!-- [Class Adder by Finsweet] --> <script> // when DOM is ready document.addEventListener('DOMContentLoaded', () => { // on .modal-open-button click document.querySelectorAll('.modal-open-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.add('open')); }); }); // on .modal-close-button click document.querySelectorAll('.modal-close-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.remove('open')); }); }); }); </script> <!-- End Modal 1 - Close on ESC button --> <!-- Start Events Speakers Columns Fix --> <script> $(document).ready(function() { $('.event-content_speakers-list-wrap').each(function() { if ($(this).children().length <= 2 ) { $(this).css({'column-count':'1'}); } }); }); </script> <!-- End Events Speakers Columns Fix --><script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <script> const swiper = new Swiper('.swiper.is-slider-bg', { centeredSlides: true, slidesPerView: 1, loop: true, createElements: true, pagination: true, autoplay: true, speed: 2000, effect: 'fade', fadeEffect: { crossFade: true }, }); </script> <script> window.onload = () => { const button = document.getElementById('submit-button'); function gatherUserInput() { const userInput = document.getElementById('Search').value; const selectedSubjects = Array.from( document.querySelectorAll('input[name="Checkbox-Subject"]:checked') ).map((input) => input.nextElementSibling.textContent); const selectedLicenseTypes = Array.from( document.querySelectorAll('input[name="Checkbox-Licence"]:checked') ).map((input) => input.nextElementSibling.textContent); const queryParams = {}; if (userInput.trim() !== '') { queryParams['*'] = userInput.replaceAll(' ', '+'); } if (selectedSubjects.length > 0) { queryParams['subject'] = selectedSubjects.join('%2'); } if (selectedLicenseTypes.length > 0) { queryParams['licence-type'] = selectedLicenseTypes.join('%2'); } let queryString; queryString = Object.keys(queryParams) .map((key) => `${key}=${queryParams[key]}`) .join('&'); const gatheredData = `/image-suppliers?${queryString}`; return gatheredData; } button.addEventListener('click', function (e) { e.preventDefault(); const url = gatherUserInput(); window.location.href = url; }); }; </script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10