• Resolved mike

    (@michaelmoxwai)


    Hey,

    When images are resized to fit a screen that is, for example, 1024px wide, does it resize all images that are bigger than that to 1024px?

    Or does it take the closest match based on the actual size of the image being displayed?

    Basically, if I had two columns that were 512px on a 1024px screen, with an image in each column, would the image be resized to 512px or 1024px?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, my friend,

    Nice question!

    First of all the plugin does not take into account the dimensions of the HTML containers where the images lie. This is the job of the theme! It does take into account the dimensions of the device (and of course this is combined with plugin settings such as HiDPI and Device orientation).

    Given the above the plugin only resizes images that need to be resized. For instance if the device width is 1024px and the closest highest plugin breakpoint is 1024px and the image is smaller that 1024px then the image will not be resized at all and its original version will be served.

    I am not sure if this answers your question, but do let me know if you need anything else.

    Cheers,
    Takis

    Thread Starter mike

    (@michaelmoxwai)

    Yeah, that makes sense.

    Thanks for your help.

    Plugin Author Takis Bouyouris

    (@nevma)

    You are welcome, my friend!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What size are my images resized to’ is closed to new replies.