| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/venuechain/js/ |
Upload File : |
(function(e, t) {
if (typeof define != "function" || !define.amd) return t(e, e.document, e.jQuery);
define(["jquery"], function(n) {
return t(e, e.document, n)
})
})(this, function(e, t, n) {
if (typeof e.matchMedia == "undefined") {
console.error("matchMedia is required to run ResponsiveImagesJS");
return
}
if (e.responsiveImages) {
console.error("responsive-images is already defined globally", e.responsiveImages);
return
}
var r = new function() {
var r = this,
i = {
xs: "only screen and (max-width : 480px)",
s: "only screen and (min-width : 481px)",
m: "only screen and (min-width : 768px)",
l: "only screen and (min-width : 1280px)",
xl: "only screen and (min-width : 1921px)"
};
r.version = "1.1.0", r.update = function(t) {
var t = typeof t == "string" ? "#" + t : "",
r = n("img" + t + "[data-sizes][data-srcset]"),
s, o, u, a, f, l = !1;
for (var c = 0, h = r.length; c < h; c++) {
u = n(r[c]), a = u.attr("data-srcset").split(","), s = u.attr("data-sizes").split(",");
for (var p = 0, d = s.length; p < d; p++) {
f = s[p].trim(), o = i[f] || f;
if (e.matchMedia(o).matches) {
l = !0, u.attr("src", a[p].trim());
break
}
}
l || u.attr("src", a[s.length - 1].trim())
}
}, n(t).ready(function() {
r.update()
}), n(e).resize(r.update)
};
e.responsiveImages = r
});