basham / v4.bash.am

Portfolio, since Nov 2014.

Home Page:http://bash.am

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research responsive images strategy

basham opened this issue · comments

Research to find out how images should be handled. Using GitHub cache services to quickly throw in images right now. But eventually, it should be integrated directly in the repo. Figure out what format would be most sensible for most cases, most likely png or jpg, not webp or gif. Perhaps a large image could be placed in ./src and the build process could automatically resize and optimize the image and inject all the sources into the markup. That way, I could normalize how all images are handled across the entire site, and I wouldn't be stuck with manually making adjustments per file, to accommodate potential site changes.