Home › Forums › Design › Responsive Image › Reply To: Responsive Image
March 23, 2017 at 4:09 pm
#253097
Participant
Responsive images (which scale with the browser window) can be done in CSS with img { max-width: 100%; }
. When you want the image to always fill the container, than better target that big image with it’s own class-name and set it’s width to 100%, something like .hero-image { width: 100%; }