![]() |
|
Stretch image proportionally to fit width of container - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Stretch image proportionally to fit width of container (/thread-11751.html) |
Stretch image proportionally to fit width of container - LondonLight.org - 2014-04-15 I would like my images to stretch to 100% of their container div, and that container div is set to width: 90%. I wanted to do this with CSS (I avoid javascript when I can) but I see that printDefaultSizedImage includes As a side-note, I upload images 1920px wide or larger, so in most cases "stretch" will mean downscaling them to 90% of the user's viewport, so they should still be sharp. What is the recommended way of stretching images proportionally to fit the width of the container div? Stretch image proportionally to fit width of container - acrylian - 2014-04-15 You can set the size of the image on the image options. Set the 1920px as the value. By default ZP will not upscale images anyway (unless you tell it to do). Or just use the fullimage function as on the other topic to use it directly. Also make images fit the containter proportionally use the standard way to make images responsive. Stretch image proportionally to fit width of container - LondonLight.org - 2014-04-15 Thank you for replying, but that's not what I meant. Stretch image proportionally to fit width of container - acrylian - 2014-04-15
You can override the attribute settings using the CSS keyword Also you can use the I don't understand the 2nd question I think. Zenphoto will resize the image as you tell it via options or on the theme directly. Note that the theming tutorial is of course for the basics. As for the bandwidth you might be interested in this: https://github.com/acrylian/zp_picturefill Stretch image proportionally to fit width of container - acrylian - 2014-04-15 Quote: It's best if there is no height set at all Stretch image proportionally to fit width of container - LondonLight.org - 2014-04-15 Excellent! Thank you very much! |