C
cesardpaz
Eta
Verificado por Whatsapp
Hola compañeros, tengo una duda sobre los anuncios adaptables:
"Es posible ponerle un alto: 0px y un ancho: 0px" a los anuncios adaptables ??
*******************************
Este es mi codigo
y sus estilos
******************************
Seria posible poner un
width:0px
height: 0 px;
o es ilegal
"Es posible ponerle un alto: 0px y un ancho: 0px" a los anuncios adaptables ??
*******************************
Este es mi codigo
Insertar CODE, HTML o PHP:
script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle banner_1"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxx"
data-ad-slot="xxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
y sus estilos
Insertar CODE, HTML o PHP:
.banner_1 {
width: 300px;
height: 600px;
} [MENTION=16931]medi[/MENTION]a screen and (max-width: 1024px) {
.banner_1 {
width: 300px;
height: 250px;
}
} [MENTION=16931]medi[/MENTION]a screen and (max-width: 768px) {
.banner_1 {
width: 200px;
height: 200px;
}
}
******************************
Seria posible poner un
width:0px
height: 0 px;
o es ilegal
Última edición: