CINXE.COM
News - 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="65717da8d27db5f40703d43e" data-wf-site="65717da8d27db5f40703d39a" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>News - BAPLA</title><meta content="News - BAPLA" property="og:title"/><meta content="News - 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 Nest --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsnest@1/cmsnest.js"></script> <!-- [Attributes by Finsweet] CMS Filter --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script> <!-- [Attributes by Finsweet] CMS Load --> <!-- Here for: Pagination, Items Count --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"></script> <style> .news-entries_excerpt { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; } </style></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="/" class="banner-link_item w-inline-block"><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="nav-custom-css w-embed"><style> .nav_component { background-color: #EEEFF6; } .nav_logo { filter: invert(100%); } .nav_menu { color: #000; } .nav_dropdown:hover, .nav_link:hover { color: #0072bc; } .menu-icon_line-top, .menu-icon_line-middle, .menu-icon_line-bottom { background-color: #000; } </style></div><div class="padding-global"><div class="nav_container"><a href="/" class="nav_logo-link w-nav-brand"><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" aria-current="page" class="nav_link w-nav-link w--current">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" aria-current="page" class="nav_link-mobile w-inline-block w--current"><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="65717da8d27db5f40703d43e" 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 & 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_news_header"><div class="padding-global"><div class="container-large"><div class="padding-section-small"><h1>News</h1></div></div></div></section><header class="section_news_featured"><div class="padding-global"><div class="container-large"><div class="padding-section-news-featured"><div class="news-featured-entry_component"><div class="news-featured_list-wrapper w-dyn-list"><div fs-cmsnest-element="list" role="list" class="news-featured_list w-dyn-items"><div role="listitem" class="news-featured_item w-dyn-item"><a href="/news/getty-images-and-verizon-to-award-20-000-grant-to-champion-disability-representation-in-the-workplace" class="news-featured_item-link w-inline-block"><div id="w-node-_3fb7b022-9ac1-6783-aee1-6ebd190909db-0703d43e" class="news-featured_item-content"><h2 class="heading-style-h5">Getty Images and Verizon to Award $20,000 Grant to Champion Disability Representation in the Workplace</h2><div class="news-featured_author-wrapper"><div class="news-featured_author-text"><div class="news-featured_date-wrapper"><div>June 2, 2025</div></div></div></div><div class="news-featured_excerpt"><div>Press release from Getty Images, announcing the launch of their latest global creative grant focusing on Disability Representation in the Workplace, in collaboration with Verizon and the US National Disability Leadership Alliance (NDLA)</div></div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div><div id="w-node-_3fb7b022-9ac1-6783-aee1-6ebd190909ed-0703d43e" style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/67a52b42016ffcd49e75ae79_GettyImages-1343100241%20(1).jpg")" class="news_featured-image-wrapper"></div></a></div></div></div></div></div></div></div></header><header class="section_news_entries"><div class="padding-global"><div class="container-large"><div class="padding-section-small"><div class="news-entries_component"><div class="news-entries_list-wrapper w-dyn-list"><div fs-cmsload-mode="pagination" fs-cmsnest-element="list" fs-cmsload-element="list" role="list" class="news-entries_list w-dyn-items"><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/exhibition-announcement-lee-lee" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/66ea9f1a1e34345192a08b84_Lee%26LEE.jpg")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Exhibition Announcement: ‘Lee & LEE’</h2></div><div class="news-entries_date-wrapper"><div>August 10, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">Lee Miller Archives are thrilled to announce the exhibition, ‘Lee & LEE,’ which will pair some of Lee Miller’s most iconic photographs with their counterparts from the highly anticipated feature film ‘LEE.’ The exhibition opened on 1st August ahead of the film's release by Sky in cinemas across the UK and Ireland on 13th September.</div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/mary-evans-picture-library-60th-anniversary" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9dadabde38867085994d_ME-film.webp")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Mary Evans Picture Library 60th Anniversary</h2></div><div class="news-entries_date-wrapper"><div>May 20, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">2024 marks our sixtieth birthday. That’s sixty whole years of supplying the very finest historical images to clients far and wide.</div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/smart-fund-to-support-uk-creators" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/66aa3beeccea9fa090c2015e_BAPLA%20logo%202.png")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Smart Fund to Support UK Creators </h2></div><div class="news-entries_date-wrapper"><div>April 11, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">Today, a pivotal new report by the Culture, Media and Sport Committee has been released calling for better support and compensation for creators, through a statutory scheme to pay them for their copyright, and the establishment of new support mechanisms for freelancers. </div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/topfoto-reveals-new-look" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9d6a102a8a4b79ed81bf_TopFoto0119_1200px.webp")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Topfoto Reveals New Look</h2></div><div class="news-entries_date-wrapper"><div>April 11, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">Topfoto, the remarkable historical picture agency and archive founded in 1927, has revealed a reimagined brand identity to welcome the next chapter of this nearly 100-year young firm.</div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/bridgeman-images-exclusive-partnership-with-adci" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9cfecc3aafecb4405768_Capture.webp")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Bridgeman Images exclusive partnership with ADCI</h2></div><div class="news-entries_date-wrapper"><div>March 1, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">Bridgeman Images the world’s leading source of fine art, cultural and historical media for reproduction, is proud to announce a pivotal collaboration with the Art Directors Club Italy (ADCI). The partnership brings together the synergies of two significant players in the creative industry.</div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div><div role="listitem" class="news-entries_item w-dyn-item"><a href="/news/iconic-images-introduces-denis-oregan" class="news-entries_item-link w-inline-block"><div style="background-image:url("https://cdn.prod.website-files.com/65717da8d27db5f40703d3c2/667a9c25ab29f72b78df7277_DOR_DB043-2048x1366.webp")" class="news-entries_image-wrapper"></div><div class="news-entries_image-wrapper w-condition-invisible"></div><div class="news-entries_content-wrap"><div class="news-entries_heading-link"><h2 class="heading-style-h5">Iconic Images Introduces Denis O’Regan</h2></div><div class="news-entries_date-wrapper"><div>January 19, 2024</div></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt"><div class="line-divider30"></div><div class="padding-bottom padding-small"></div><div class="news-entries_excerpt">Iconic Images are happy to announce that the archive of acclaimed photographer ‘Denis O’Regan’ is now available for editorial and commercial licensing.</div><div class="padding-bottom padding-small"></div><div class="line-divider30"></div></div><div class="padding-bottom padding-small"></div><div fs-cmsnest-element="nest-target" fs-cmsnest-collection="categories" class="fs_cmsnest_content"></div></div></a></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper pagination_component"><div class="pagination_page-button-wrapper"><a href="#" fs-cmsload-element="page-button" class="pagination_page-button w-inline-block"><div>1</div></a></div><a rel="nofollow" href="?4ef98a52_page=2" aria-label="Next Page" class="w-pagination-next pagination_button is-next"><div class="paginate_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></a><link rel="prerender" href="?4ef98a52_page=2"/><div aria-label="Page 1 of 5" role="heading" class="w-page-count hide">1 / 5</div></div></div><div class="fs_cmsfilter_items-count"><div><span fs-cmsload-element="visible-count-from">0</span> – <span fs-cmsload-element="visible-count-to">0</span> of <span fs-cmsload-element="items-count">0</span> results</div></div></div></div></div></div></header><div class="fs_cmsnest_wrapper"><div class="fs_cmsnest_list-wrapper w-dyn-list"><div fs-cmsnest-element="nest-source" fs-cmsnest-collection="categories" role="list" class="fs_cmsnest_list w-dyn-items"><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/events" class="fs_cmsnest_category-tag-news w-inline-block"><div>Events</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/bapla-focus" class="fs_cmsnest_category-tag-news w-inline-block"><div>BAPLA FOCUS</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/bapla" class="fs_cmsnest_category-tag-news w-inline-block"><div>BAPLA</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/exhibitions" class="fs_cmsnest_category-tag-news w-inline-block"><div>Exhibitions</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/news" class="fs_cmsnest_category-tag-news w-inline-block"><div>News</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/pictures" class="fs_cmsnest_category-tag-news w-inline-block"><div>Pictures</div></a></div><div role="listitem" class="fs_cmsnest_item w-dyn-item"><a href="/category/industry-press-releases" class="fs_cmsnest_category-tag-news w-inline-block"><div>Industry Press Releases</div></a></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="65717da8d27db5f40703d43e" 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'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 & Events</div><a href="/news" aria-current="page" class="footer_link w--current">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 & 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.6c8ca9f6.c021a8469a97209b.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 --></body></html>