Search code examples
cssimagesafarimobile-safari

images stretching of my website in safari browserr


My images of this site are stretching only in the safari.

image of website

anyone can help me with this?


Solution

  • Remove the min-height property on the image.

    .ft-gallery-v2 .ft-class-item .image img {
        width: 100%;
        /* min-height: 100%; */
     }