Hi @nichere,
I suppose its regarding the images under “Front Door Styles & Finishes” section?
It appears the following CSS is causing the issue:
img:is([sizes="auto" i], [sizes^="auto," i]) {
contain-intrinsic-size: 3000px 1500px;
}
Recall adding any such custom CSS in the website?
If yes, please check and see whether remove the above CSS helps or not.
You can also try overriding the above CSS by re-adding the above CSS with the following property as below and see if that helps:
contain-intrinsic-size: revert !important;
You can add the above CSS under Appearance > Customize > Additional CSS Section of your WordPress dashboard.
Regards,
Nithin