Skip to content

Commit

Permalink
Pull request #126: updating adselect page to reflect updated video di…
Browse files Browse the repository at this point in the history
…mensions

Merge in AGENCYMOBILE/testmyads from hotfix/TI-15726-mrc-mobile-video-ad-update-dimensions to master

* commit 'fca28ed74dea4a738476df9ee2eb28ff75ca9e85':
  updating adselect page to reflect updated video dimensions
  • Loading branch information
Tonia Halstead-Okeyemi committed Dec 22, 2024
2 parents c9b2607 + fca28ed commit 7e2aa8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/adv_mrc/mobile/adselect.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
height = 600;
break;
case "Video AutoPlay":
width = 600;
height = 480;
width = 640;
height = 360;
videoDomain = 'mobilevideo.html';
break;
case "Video Click-to-Play":
width = 600;
height = 480;
width = 640;
height = 360;
videoDomain = 'mobilevideo_ctp.html';
break;
case "Audio":
Expand Down

0 comments on commit 7e2aa8c

Please sign in to comment.