Home › Forums › Space themes support forum › SINGLE PRODUCT GALLERY IMAGE CREATES FATEL ERROR › Reply To: SINGLE PRODUCT GALLERY IMAGE CREATES FATEL ERROR
February 1, 2022 at 7:37 am
#349320
Artem Temos
Keymaster
Hello,
You need to edit file framework/modules/lazy-loading/class-lazy-loading.php
line 424 as shown on the screenshot https://prnt.sc/21z7do5
if ( 0 === $height ) {
$height = $width;
}
We will fix it in our next update.
Kind Regards