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
In the docs it states "You should place the component inside a container element that has a specified (min/max) width and (min/max) height (which can be based on media queries), or use style or classes on the component to restrict the advertisement to a specific size (or sizes)."
This doesn't seem to stop the ad from displaying whatever auto ad size it wants, much bigger than the specified style... what am I missing?
In the docs it states "You should place the component inside a container element that has a specified (min/max) width and (min/max) height (which can be based on media queries), or use style or classes on the component to restrict the advertisement to a specific size (or sizes)."
This doesn't seem to stop the ad from displaying whatever auto ad size it wants, much bigger than the specified style... what am I missing?
.gadContainer {
border:2px solid red;
height: 90px !important;
max-height:90px !important;
width: 728px !important;
max-width:728px !important;
display: inline-block;
}
The text was updated successfully, but these errors were encountered: