gvlproject / gvl-website-markdown

GVL website content in markdown format
1 stars 2 forks source link

Shrink people photos #2

Closed tseemann closed 7 years ago

tseemann commented 7 years ago

The photos of people take ages to load because they are full resolution: https://www.genome.edu.au/people/

Downsample them?

mkdir new
for N in *.jpg ; do convert -resize 256x $N new/$N ; done
madisonkeene commented 7 years ago

Added to my to-do list :)

madisonkeene commented 7 years ago

Done - turns out when you upload a pic to wordpress media library it uploads it in multiple diff sizes