bwilsoni / PageDemo

0 stars 0 forks source link

Responsive images not resizing #1

Open bwilsoni opened 5 years ago

bwilsoni commented 5 years ago

Attempting to have image scale when window is resized. utilizing this https://www.w3schools.com/css/css3_images.asp

This is not working, maybe because it's in a div?

bwilsoni commented 5 years ago

height: auto; seems to have no effect.

I'm curious to see if flexbox is trying to handle this. Need to look into auto-scaling images when using flexbox.