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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -