Hello @Anonymous
Go to online store ---------> themes --------------> actions ------> edit code------->base.css----> line number 1100
search this code
.media > :not(.zoom):not(.deferred-media__poster-button), {
display: block;
max-width: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
and replace with this code
.media > :not(.zoom):not(.deferred-media__poster-button),{
display: block;
max-width: 100%;
position: absolute;
top: 0;
left: 0;
height: 473px;
width: 100%;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
