From 5cfce76ac1a3219fc30ae3227d1c912dd7122508 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 29 Sep 2018 15:52:27 -0400 Subject: implement responsive image sizing for mr-worldwide posts (and all others going forward) --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index c9ce991..09a7e32 100644 --- a/_config.yml +++ b/_config.yml @@ -16,3 +16,11 @@ plugins: - jekyll-paginate date_format: "%b %-d, %Y" + +img_widths: + - 500 + - 1000 + - 1500 + - 2000 + - 2500 + - 3000 -- cgit v1.2.3