I currently have three images placed horizontally one after another on a webpage. When the user zooms in sufficiently, the page layout bumps the third image to be placed below the first two images. I would prefer that the image simply 'disappears' into the edge of the page so that the layout is maintained. How can I specify this behavior? Thank you.
|
feedback
|
Put into container and prevent wrapping
It is of course wiser to use CSS classes instead of inline styles. And if you'd like to keep container unscrollable, you can set its Here's a JSFiddle example that sets both styles on containing | ||||
feedback
|
|
Set a fixed width to | |||
|
feedback
|