mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Lazy load images: speed up page loading times and decrease traffic
This commit is contained in:
parent
1a4965c27a
commit
3be99ba74e
30 changed files with 3312 additions and 59 deletions
2
view/js/jquery.lazy/plugins/jquery.lazy.script.min.js
vendored
Normal file
2
view/js/jquery.lazy/plugins/jquery.lazy.script.min.js
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/*! jQuery & Zepto Lazy - Script Plugin v1.2 - http://jquery.eisbehr.de/lazy - MIT&GPL-2.0 license - Copyright 2012-2017 Daniel 'Eisbehr' Kern */
|
||||
!function(t){t.lazy(["js","javascript","script"],"script",function(t,r){"script"==t[0].tagName.toLowerCase()?(t.attr("src",t.attr("data-src")),this.config("removeAttribute")&&t.removeAttr("data-src")):r(!1)})}(window.jQuery||window.Zepto);
|
Loading…
Add table
Add a link
Reference in a new issue