You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if adUrl is passed instead of ad in renderAd() function, it calls createInvisibleIframe which has style.width = 0 and style.height = 0,
so even if width and height attribute is set correctly the style ovverride these properties and iframe remain not visible.
is this the normal behaviour?
Steps to reproduce
Test page
Expected results
I think that after inserting iframe in document it should be updated with correct style
Actual results
Platform details
prebid8.23.0
nexx360 adapter with test ssP
Other information
The text was updated successfully, but these errors were encountered:
pez46
changed the title
if adUrl is passed to renderAd iframe result is not visibile
if adUrl is passed to renderAd rendered iframe is not visibile
Nov 16, 2023
Type of issue
question
Description
if adUrl is passed instead of ad in renderAd() function, it calls createInvisibleIframe which has style.width = 0 and style.height = 0,
so even if width and height attribute is set correctly the style ovverride these properties and iframe remain not visible.
is this the normal behaviour?
Steps to reproduce
Test page
Expected results
I think that after inserting iframe in document it should be updated with correct style
Actual results
Platform details
prebid8.23.0
nexx360 adapter with test ssP
Other information
The text was updated successfully, but these errors were encountered: