kennethormandy / figment

Editorial figure and caption pairings for mobile-first layouts.
http://figment.kennethormandy.com
MIT License
12 stars 0 forks source link

Scale up images? #2

Open kennethormandy opened 9 years ago

kennethormandy commented 9 years ago

Images that are too small should scale within breakouts, possibly within all figure--something-s.

screen shot 2014-10-14 at 1 10 15

kennethormandy commented 9 years ago

https://github.com/kennethormandy/figment/blob/master/figment.scss#L74

kennethormandy commented 9 years ago

The real question for this is should relevant normalizing browser styles be brought in? I am leaning towards yes:

figure {
  margin: 0;
}

figure img {
  width: 100%;
}