html - How to fit an image according to screen size -
let's have image 2000px width & 500px height in css property. 1080p monitor how can configure image properly. want image set on screen size responsive design.
if want keep aspect ratio put width:100% , height:auto
if want cover whole parent element height:100% , width:100%
Comments
Post a Comment