Responsive images reflow

mightyb50

New Member
We are developing a responsive site where we allow a user to upload images.We preserve the original and then generate a thumbnail image to be served to users with lower resolutions.The issue that has been raised is that when the image is switched in the logic for the smaller screen size there is a visible re-flow of the elements around it.I am unsure how to prevent this as the images are of inconsistent height so cannot set an initial height on the containing element.Any ideas would be appreciated.I looked at this:http://andmag.se/2012/10/responsive-images-how-to-prevent-reflow/But it seems to be only for scenarios where we know the ratio i.e. 16:9, 4:3 etc
 
Back
Top