I am using .img-responsive class inside img tag. The image is quite small (42K) but when the page is loaded, the image shows multiple seconds as quite big until it shrinks to fit the size of the element holding it.
How should I deal with responsive elements with bootstrap?
img-responsive
won't cause your image to do that, do you have some other code interfering? – DavidG