Hi
i know that it’s not the first time this subject is on the table anyway
AM photographer and i have pictures on portrait mode and other on landscape mode it’s not easy to manage
here what i have on the catogory page and on the single product page could you please tell me how can i fix this issue to have same size for pictures ?, i tried to use this code of additional CSS to force the size but it’s not efficient
.product-image-link {
width: 300px !important;
height: 300px !important; /* Ajuste cette valeur selon ton besoin */
object-fit: contain !important;
object-position: center center; !important;
display: block;
background-color: #EFEAE6; /* Ajoute une couleur de fond pour éviter le vide */
}
Thank for the Help
Attachments:
You must be
logged in to view attached files.