Premium Media Grid Images overlap
-
Hello,
Thank you for your great plugin.
I’m having issue with premium media grid. The category images with square dimensions tend to overlap on initial page load and every so often on subsequent page refresh. This occurs in both pc and android. Also when clicked on a different category name, the category pictures are cut-offed/cropped into a rectangle & are no longer a square. Screen shot here.
I did try adding the JS code snipped below you provided for another user but it doesn’t seem to help. Turning off my cache plugins did not resolve the issue either.
<script> jQuery(document).ready(function($){ $(window).on("elementor/frontend/init", function() { var PremiumMediaGrid = function($scope) { var $elem = $scope.find(".premium-gallery-container"); setTimeout(function(){ $elem.isotope('layout'); }, 200); } elementorFrontend.hooks.addAction( "frontend/element_ready/premium-img-gallery.default", PremiumMediaGrid ); }); }); </script>
I appreciate your help with this!
RobThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Premium Media Grid Images overlap’ is closed to new replies.