Hello wix community,
wondering if anyone has experienced this same issue with images being cropped.
product images get cut off or cropped automatically. Support suggested to try and use corvid and the fitmode function for the images; however, being a newbie corvid user I cannot get the function to work on the image elements on these pages. I keep getting the
‘fitMode’ does not exist on that ID error and when i use the pre-populated ids the system shows, i do not see any of I need available
$w.onReady( function () {
// TODO: write your page related code here… let mode = $w( “#sliderGallery1” ).fitMode; // “fixedWidth”
$w( “#sliderGallery1” ).fitMode = “fixedWidth” ;
});
#sliderGallery1 is an option that pops up on the prepopulated IDs when looking through one to select. I dont know why, but i has trying to pass say product-image-item for all product images to size correctly. THis is where i get the not valid error
@jonatandor35 the #sliderGallery1 was he only valid option to get around the error as there wasnt too many that populated. What I really want to fix is the product image on the product-page.