How to create responsive images ? Some easy explanations to understand would be helpful | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to create responsive images ? Some easy explanations to understand would be helpful

responsive website design

8th May 2017, 6:22 AM
Sri Lakshmi
Sri Lakshmi - avatar
4 Answers
+ 7
Check these links to get more detailled stuff about responsive images: https://www.w3schools.com/css/css_rwd_images.asp https://css-tricks.com/responsive-images-css/ https://alistapart.com/article/responsive-images-in-practice ... and so more by googling "responsive images" ;P
8th May 2017, 12:21 PM
visph
visph - avatar
+ 6
Thanks a lot @Calvin
8th May 2017, 7:32 AM
Sri Lakshmi
Sri Lakshmi - avatar
+ 6
Thanks @visph
9th May 2017, 1:03 AM
Sri Lakshmi
Sri Lakshmi - avatar
+ 4
img { width: 100%; height: auto; max-width: 2000px; /* add this to the actual image width */ }
8th May 2017, 6:46 AM
Calviղ
Calviղ - avatar