В данном примере рассматривается Вертикальный блок Гугл Адсенс.
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<style> .iWhale_Ex-1 { width: 200px; height: 67vh; } @media(min-width: 500px) { .iWhale_Ex-1 { width: 250px; min-height: 450px; height: 67vh; } } @media(min-width: 800px) { .iWhale_Ex-1 { width: 250px; min-height: 450px; height: 67vh; } } </style> <div class="iWhale_Ex-1"> <!-- Код вашей рекламы --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- iWhale_Ex-1 --> <ins class="adsbygoogle iWhale_Ex-1" style="display: inline-block;" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="xxxxxxxxxx"></ins> <!-- Код вашей рекламы --> </div> |