Advertisement
swte

FitVids fix Lazyload iframe

Jul 1st, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function(){
  2. function fv(){
  3. requestAnimationFrame(fv);
  4. if (typeof jQuery !== 'undefined'){
  5. jQuery('body').fitVids();
  6. }
  7. }
  8. requestAnimationFrame(fv);
  9. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement