We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341f878 commit b4badf7Copy full SHA for b4badf7
jq_img_lazy_load.php
@@ -24,7 +24,7 @@ function jquery_lazy_load_ready() {
24
<script type="text/javascript">
25
jQuery(document).ready(function($){
26
if (navigator.platform == "iPad") return;
27
- jQuery("#content img").lazyload({
+ jQuery("#content .post").not(".cycle").find("img").lazyload({
28
effect:"fadeIn",
29
placeholder: "$placeholdergif"
30
});
0 commit comments