Could someone expand a bit on the Automatic Image Processing? #353
Unanswered
darrenaddy
asked this question in
Q&A
Replies: 1 comment
-
The documentation on image resizing has been updated: https://github.com/Lednerb/bilberry-hugo-theme#automatic-image-resizing Here is test content for featured image resizing: https://www.bilberry-sandbox.kiroule.com/tags/featured/
Not, it is not changeable or configurable at the moment. It is hardcoded to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The README.md says (briefly):
Could someone explain what this Automatic Image Resizing consists of and does? For example, comparing the original images in the /gallery/my-trip-to-scotland directory with those processed in the /public/gallery/my-trip-to-scotland directory - the original and the processed have different filenames, but are the SAME size (750 x 350 pixels) - and not cropped to a different aspect ratio. So, effectively, no processing was done, except you can tell it went through the process because of the newly generated filename.
Just wondering what the output breakpoints are. Is there only one breakpoint (to resize to 750px wide) and is this changeable? I've seen other responsive solutions with Hugo that resize to up to 4 different responsive breakpoints. And what is logic of the CROPPING vs the RESIZING?
Also, is ANY image automatically cropped and/or resized (or does it apply only to images in the page bundle or posts/pages of certain content-type(s)? (article, audio, code, gallery, link, page, picture, quote, status, video).
I searched all of the theme's code for the various Hugo Image Processing Methods.
in partials/content-type/
the following files contain .Fill:
layouts/_default/baseof.html uses .Fill twice (one of which is for featuredImage).
Image Processing Methods NOT USED (as far as I can tell):
THX!
Beta Was this translation helpful? Give feedback.
All reactions