Can anyone please let me know how to handle the images sizes(width and height) in all the ways such as potrait and landscape views for laptops, pc’s, ipad and mobile screens. but without using the media queries.
One time I use to get larger images and some time I am getting smaller images, but I want to show all the images of same size using only normal css without using any media queries.
Please do the needful.
Usually it is preferred that the image resolution should be responsive for responsive layouts… it means that image size should be
width:100%andheight:autoin css and same for html, image will arrange on any of the screens….Remember to add this line on the head tag above on your page:-