Skip to content

Commit

Permalink
Pequeños retoques
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Oct 25, 2024
1 parent 366d742 commit 0bbb1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/bitix/layouts/partials/html-head-ad-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
.build();
var sidebarLeftMapping = googletag.sizeMapping()
.addSize([1750, 0], [[300, 600]])
.addSize([0, 0], [])
.build();
var sidebarRightMapping = googletag.sizeMapping()
.addSize([1440, 0], [[300, 600]])
.addSize([1366, 0], [[250, 600]])
.addSize([1280, 0], [[160, 600]])
.addSize([0, 0], [])
.build();

headerSlot.defineSizeMapping(headerMapping);
Expand Down

0 comments on commit 0bbb1dd

Please sign in to comment.