Displaying Responsive Images using Bootstrap -
I am using bootstrap which has a gallery view and on a large screen it has 3 columns and 2 rows on the tablet Shows a single column on the phone.
The image used for the big screen is relatively accurate, but when we move it towards the phone, the image is smaller in width than the size of the window. / P>
What is the best way to handle this problem?
The aspect ratio looks correct Do you have the height of the image interrupted?
Try to force the width of the image to fill the parent class = col-xs-12
You can check this reference. One simular issue may be that one of their answers will help you.
Comments
Post a Comment