eutervogel Posted August 3, 2023 Posted August 3, 2023 Hi, I'm just wondering how this file sizes can occur. They are all 1920x1200. It's not a very big deal to me, but I can't wrap my head around what's happening here.
howdytom Posted August 3, 2023 Posted August 3, 2023 Using PNG compression for pictures might generate large files. Even with your black gradient try to export the original image as JPEG instead. The file size should be considerable smaller for all variations including webP files. 1
BrendonKoz Posted August 4, 2023 Posted August 4, 2023 If calling the size() method on any page image fields, the default value for upscaling within that method is true. That means if there's code in a template to resize, unless upscaling is passed in as an option with a value of false, a 200x120 sized image could theoretically be resized to 1920x1200. (Just a possible way this could happen.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now