Tagged: edge, ie, javascript, masonry, render
Hi I seem to be experiencing a strange issue when changing the categories shown when displayed in a Masonry Grid. The problem is only apparent in Internet Explorer (IE) and Edge and I assume it’s just because their rendering engine is kinda wonky.
If this is a known issue to Enfold, is there anything that can be done to aid this problem in a new release of Enfold?
Hey bitojoe,
Can you post a link to your site? so we can take a closer look.
Best regards,
Nikko
Oh geez totally forgot to post the site.
Hi,
I see a flash and jump when sorting in Edge, is that what you mean?
Try adding this to the end of js/avia.js
jQuery(window).on('load', function(){
jQuery(window).resize();
});
Source: https://kriesi.at/support/topic/fullwidth-masonry-gallery-image-loading-issue/
Best regards,
Mike