On the shop page I need to show images mixed in Portrait and Landscape format. So my Woocommerce Catalog Image size is set to width 0px and height 584px to show all images with the same height. The masonry layout is shown correctly, when the fist image to load has landscape format. If it has portrait format (image size is width 400px and height 800px), the complete block is shown with 1px height.
I have several product categories and at the sidebar a selection menu for categories is shown. If I select a category like ‘berlin’ or ‘hochformate’ where the first image is portrait format the wrapper class ‘multi-masonry-img-wrap’ gets a style=height:1px and all images are shown with height 1px.
Same problem happens, if I switch the pagination to standard and the next page starts with portrait format. If first image is landscape, all images are shown correctly. By the way, I like to have infinite pagination, and this does not work, too. I already opened another topic for this.
I already deactivated all third party plugins, but not yours and woocommerce, to see if the problem exists. And yes, it still exist.