 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
February 16, 2016 at 12:49 am #583836Hello again I use the masonry gallery on a few pages on my website. 
 It looks like there is a ‘fake’ lazyload on the gallery.
 When the page is loaded, the masonry gallery appears only when the first row can be completely seen.Is it possible the images of the masonry will show one by one when the page is loaded? thanks in advance roger February 17, 2016 at 5:17 am #584451Hi Roger, Could you provide us with a link to the site in question so that we can take a closer look please? Thanks, 
 RikardFebruary 17, 2016 at 8:38 am #584524Hello Rikard, See http://rogercremers.com/world-war-two-today/stalingrad/ for example. 
 When the gallery is on a bigger screen with just a little background below ‘View the images’.
 I want the images to appear already, even when the image space is too small for the image yet.roger February 19, 2016 at 3:02 pm #586081Hey! try this solution: https://kriesi.at/support/topic/disable-animation/#post-371416 Cheers! 
 AndyP.S. I love your work!!! February 19, 2016 at 4:03 pm #586138Hi Andy Thanks for the answer. I saw this post earlier, but actually it is not what i wanted. 
 I don’t want to disable the animation, but it should start when the page loads.On smaller screens when there is just a small part of the place of the masonry visible. The Masonry is waiting the height is high enough for the first row to appear. In that case it should just start right away. Is this possible?. February 22, 2016 at 8:01 am #586919Hi! Please try this in the functions.php file: // target blank add_action('wp_footer', 'ava_masonry_class'); function ava_masonry_class(){ ?> <script type="text/javascript"> (function($) { $('.av-masonry-entry').addClass('av-masonry-item-loaded'); })(jQuery); </script> <?php }Best regards, 
 Ismael
- 
		AuthorPosts
- You must be logged in to reply to this topic.
