Skip to content

Commit b4badf7

Browse files
committed
ignoring images in cycle class
1 parent 341f878 commit b4badf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jq_img_lazy_load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function jquery_lazy_load_ready() {
2424
<script type="text/javascript">
2525
jQuery(document).ready(function($){
2626
if (navigator.platform == "iPad") return;
27-
jQuery("#content img").lazyload({
27+
jQuery("#content .post").not(".cycle").find("img").lazyload({
2828
effect:"fadeIn",
2929
placeholder: "$placeholdergif"
3030
});

0 commit comments

Comments
 (0)