seems with MEDIA settings
Force aspect
Force image aspect. No white background will be added to keep the size. = CHECKED
$("img.lazy").lazyload();
return the error
TypeError: $(...).lazyload is not a function
With UNCHECKED option
$("img.lazy").lazyload();
is working fine
But in second case when lazyload is working fine few problems comes up:
1.if upload portrait image , taken from mobile phone, during posting , this image rotates to landscape (
2.if upload portrait image from PC during posting, it becomes aligned to left in gallery view, rest of right side become white (
seems it it is osclass bug, not sure
can you reproduce on your side ?
thanks