diff --git a/_data/picture.yml b/_data/picture.yml index fb51de0d..bace8779 100644 --- a/_data/picture.yml +++ b/_data/picture.yml @@ -3,7 +3,7 @@ # These are used in several places. You likely want to enter whatever CSS media queries your site # uses here. media_queries: - phone: 'max-width : 719px' + mobile: 'max-width : 769px' tablet: 'max-width : 1119px' desktop: 'min-width : 1120px' @@ -35,7 +35,7 @@ presets: # Size is unconditional; provided either after all conditional sizes (above) or alone. If you # only have a 'size' (no 'sizes'), and it's a constant (px, em, or rem), you should use a # pixel-ratio srcset. - #size: 800px + size: 970px link_source: false # wrap images in a link to the original source image. dimension_attributes: true # Page reflow begone! @@ -65,20 +65,29 @@ presets: # This is an example of how you would create a 'multiplier' based srcset; useful when an image # will always be the same size on all screens (icons, graphics, thumbnails, etc), but you'd like # to supply higher resolution images to devices with higher pixel ratios. + top-image-post: + base_width: 970 # How wide the 1x image should be. + pixel_ratios: [1, 2] # Which multipliers to target. + fallback_width: 970 # The default is 800, which is probably too big. + formats: [avif, webp, original] + link_source: false + dimension_attributes: true + thumbnail-home: + # phone: 348, tablet: 474, desktop: 222 base_width: 380 # How wide the 1x image should be. - pixel_ratios: [1,2] # Which multipliers to target. + pixel_ratios: [1, 2] # Which multipliers to target. fallback_width: 380 # The default is 800, which is probably too big. formats: [avif, webp, original] link_source: true - dimension_attributes: false + dimension_attributes: true attributes: a: 'class="post-thumbnail"' thumbnail-article: - base_width: 380 + base_width: 300 pixel_ratios: [1,2] # Which multipliers to target. - fallback_width: 380 # The default is 800, which is probably too big. + fallback_width: 300 # The default is 800, which is probably too big. formats: [avif, webp, original] link_source: false dimension_attributes: false diff --git a/_includes/author.html b/_includes/author.html index 8e6c2dec..30c6c97e 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -1,7 +1,7 @@