Skip to content

Commit bfd0191

Browse files
committed
better exclusion
1 parent b4badf7 commit bfd0191

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 .post").not(".cycle").find("img").lazyload({
27+
jQuery("#content .post img").not(".cycle img").find("img").lazyload({
2828
effect:"fadeIn",
2929
placeholder: "$placeholdergif"
3030
});

0 commit comments

Comments
 (0)