Tips and tricks

How to force resize every 3 seconds javascript

Go to the text editor ( where you can input html content ) and input:

<script>setInterval(function(){
if(window.jQuery){
jQuery(window).trigger('resize');
}
},3000);</script>

Leave a comment

Your email address will not be published

{"type":"main_options","images_arr":"'#ffffff'","bg_slideshow_time":"0","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","is_customize_preview":"off","gallery_w_thumbs_autoplay_videos":"off","base_url":"https:\/\/digitalzoomstudio.net"}