https://codepen.io/robjensen1383/pen/XWVoJPY
I cant seem to get the responsive images to work, its not adjusting the image and also not passing that test.
Does anyone see why?
https://codepen.io/robjensen1383/pen/XWVoJPY
I cant seem to get the responsive images to work, its not adjusting the image and also not passing that test.
Does anyone see why?
@robjensen1383
add a display: block;
to your image style. this prevents the image from spanning the whole line/container
Awesome, thank you sir!
Some errors here:
Okey maybe is better to instead of giving the answer just give you the hints., which is: you should be looking at the “style” attribute…
Thank you. You’re right, it’s probably better to just get hints so I learn and remember. I really appreciate all the help.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.