cloudfour / pwastats

A directory of Progressive Web App case studies.
https://www.pwastats.com
MIT License
101 stars 8 forks source link

Resize images #158

Closed calebeby closed 6 years ago

calebeby commented 6 years ago

Overview

I added a script that generates all images at 1x and 2x, and optimizes them

Before this PR:

@1x

screen shot 2018-07-09 at 11 13 21 am

@2x

screen shot 2018-07-09 at 11 13 21 am

After this PR:

@1x

screen shot 2018-07-09 at 11 14 34 am

@2x

screen shot 2018-07-09 at 11 12 43 am
calebeby commented 6 years ago

@tylersticka Yeah, you're probably right about the two sizes. Should I change it so that it just has the 2x version?

calebeby commented 6 years ago

@tylersticka now it just does 2x images ✔️

calebeby commented 6 years ago

OK @tylersticka I implemented your feedback, I think this should be good to go!