-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SafeFrames don't resize #66
Comments
ping @jaiminpanchal27 @jsnellbaker @idettman @mkendall07 Can anybody comment on this? This is a critical bug at it effectively blocks the usage of SafeFrames (at least with GAM). |
Any input on this issue would be most welcome. |
@benjaminclot Thanks for submitting the issue. I was able to reproduce the issue with the steps you shared. Basically Prebid's resize function isn't working as it should. I will put up a PR today. |
Fixed by this PR: prebid/Prebid.js#3988 |
Describe the bug
When using SafeFrames, the GPT iFrame doesn't resize correctly and stays at 1x1.
To Reproduce
Steps to reproduce the behavior:
Demo: https://adverline-gam.glitch.me/tests/safeframe.html
Expected behavior
The GPT SafeFrame should resize to match its content ad. Obviously, this problem doesn't occur with AdSense/AdX ads, which are also enabled. Some refreshes may be needed to have header bidding winning the auction.
Desktop/Smartphone
Strangely
Some header bidding ads seem to work (very rare).
Temporary fix
Will cause bugs eventually.
The text was updated successfully, but these errors were encountered: