mcode
(M Lepcha)
August 27, 2020, 1:51pm
1
Hey guys, need your feedback on my assessment code. I’m not sure how about vs. , and also how to use .
The sizes of the 4 anchor linked images are not changing with the change in browser width.
Please reply with any information which you think is important.
Link - https://glitch.com/~thinkable-soapy-bow .
Assessment topic - https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Mozilla_splash_page
Hello @mcode
hope that everything going fine with you
to use reponsive image you need to use srcset and sizes as in this example
In this article, we'll learn about the concept of responsive images — images that work well on devices with widely differing screen sizes, resolutions, and other such features — and look at what tools HTML provides to help implement them. This helps...
or use picture and source as in this example
In this article, we'll learn about the concept of responsive images — images that work well on devices with widely differing screen sizes, resolutions, and other such features — and look at what tools HTML provides to help implement them. This helps...
hope that help you and have a nice day