Refer:-
HELLO ,
- #Layout
** ## 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.*
ans- you can make your image responsive by adding width
e.g
img {
width: 100%;
}
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.