Posts

Showing posts with the label Script

Kumpulan Kode Script HTML, CSS, jQuery, JavaScript Untuk Blogspot

Image
Kode Script Blogger Postingan tentang kumpulan kode script HTML, CSS, jQuery, JavaScript Untuk Blogger ini dibuat hanya untuk mempermudah admin dalam pengetikan artikel secara langsung tanpa perlu repot browsing sana-sini lagi. Kode CSS Video YouTube Responsive Pada Blogspot /* Youtube Responsive */ .post-body iframe {width:100%!important;} @media screen and (max-width:960px){ .post-body iframe {max-height:90%} } @media screen and (max-width:768px){ .post-body iframe {max-height:75%} } @media screen and (max-width:600px){ .post-body iframe {max-height:60%} } @media screen and (max-width:480px){ .post-body iframe {height:auto!important;max-height:auto!important} } Script jQuery Video YouTube Responsive Pada Blogspot Simpan script jQuery berikut tepat di atas kode  </body> <script> //<![CDATA[ /* Youtube Responsive */ window.onload = function ignielYtube() { var youtube = $('iframe[src*="youtube.com"]'); youtube.each(function() { $(this)...