- 정보공유
[API] 애드센스 반응형 광고 단위
- 작성일
- 13-10-23 00:41
- 조회수
- 42,831 건
- 댓글
- 0 건
<style>
.responsive1 { width: 320px; height: 50px; }
@media(min-width: 320px) { .responsive1 { width: 300px; height: 250px; } }
@media(min-width: 500px) { .responsive1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive1 { width: 728px; height: 90px; } }
</style>
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Responsive1 -->
<ins class="adsbygoogle responsive1"
style="display:inline-block"
data-ad-client="ca-pub-4628399954212784"
data-ad-slot="4391420648"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>