Forum Moderators: martinibuster
The 300 size is going to work on mobile, as is, or am I wrong about that?
<style>
.ResponsiveRectangle { width: 300px; height: 250px; }
@media(min-width: 500px) { .ResponsiveRectangle { width: 300px; height: 250px; } }
@media(min-width: 768px) { .ResponsiveRectangle { width: 468px; height: 60px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ResponsiveRectangle -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxx"
data-ad-slot="xxxxxxxxxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>