Skip to content

Commit fa8e73f

Browse files
authored
Merge pull request #13588 from guardian/ih/football-page-ad-sizing
Limit allowed ad size in football-right slot
2 parents 18701c6 + 8480bb9 commit fa8e73f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/AdSlot.web.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,8 @@ export const AdSlot = ({
544544
data-name="right"
545545
data-testid="slot"
546546
aria-hidden="true"
547+
// Football fixtures pages cannot always support longer right column ads, so limit allowed size
548+
data-desktop="300,250"
547549
/>
548550
</div>
549551
);

0 commit comments

Comments
 (0)