This repository was archived by the owner on Jul 22, 2022. It is now read-only.
🐛 Bug - adsbygoogle.push() error: No slot size for availableWidth=0 #159
Labels
bug
Something isn't working
Hey.
I have the same issue as described in closed #157
My site layout
.banner
.banner-inline
Adsense
I tried these styles:
theme_foxexeDark .banner {
width: 320px;
height: 190px;
max-height: 190px;
margin: 5px 5px 5px 5px;
}
.banner {
width: 345px;
height: 230px;
max-height: 230px;
margin: 20px 6px 0;
}
.banner-inline {
width: 320px;
min-width: 320px; // with and without
height: 190px;
min-height: 190px; // with and without
}
In both cases i got the same error.
I think it's not about styling, but some race issue.
You can try start from any game on my site, i.e https://play.drova.io/games/agony-unrated
Then navigate to game list (root of site https://play.drova.io/).
At first navigation error occurs.
My apologies if I am mistaken.
The text was updated successfully, but these errors were encountered: