mazipan / vue-google-adsense

💰 Vue.js Google Adsense Component with InFeed and InArticle Ads support
https://mazipan.github.io/vue-google-adsense/
MIT License
257 stars 42 forks source link

🐛 Bug - Fixed format not working #162

Open tomswinkels opened 3 years ago

tomswinkels commented 3 years ago

I want only show banners with a fixed format, but is doesn't work.

There are also banners shown with a bigger height.

My usage;

            <Adsense
                v-if="item.slot_id"
                ins-style="display:inline-block;width:711px;height:91px;"
                :data-ad-client="item.client_id"
                :data-ad-slot="item.slot_id">
            </Adsense>

What do i wrong?