• Resolved Guido

    (@guido07111975)


    Hi,

    I don’t understand why you can set image width and height, while the image in your CSS is always stretched to 100%:

    
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    

    If you want to give user control over the source file of the image, you might want to consider making a select for the native WP image sizes: thumbnail, medium, large, full.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor aazztech

    (@aazztech)

    Hello Guido,
    Those are for image cropping size. If the images are not in the same size, this feature is helpful. Native WP image sizes have some limitation in this situation, we tried to implement it. But, the “width: 100%” code is unnecessary after adding upscaling feature. Our developer forgot to remove it.

    Thread Starter Guido

    (@guido07111975)

    Thanks, I understand!

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Why settings for image width and height’ is closed to new replies.