Skip to content

Commit

Permalink
better exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn committed May 25, 2011
1 parent b4badf7 commit bfd0191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jq_img_lazy_load.php
Expand Up @@ -24,7 +24,7 @@ function jquery_lazy_load_ready() {
<script type="text/javascript">
jQuery(document).ready(function($){
if (navigator.platform == "iPad") return;
jQuery("#content .post").not(".cycle").find("img").lazyload({
jQuery("#content .post img").not(".cycle img").find("img").lazyload({
effect:"fadeIn",
placeholder: "$placeholdergif"
});
Expand Down

0 comments on commit bfd0191

Please sign in to comment.