I saw a video that briefly described how Ghost takes a huge photo file and optimizes it for the web, which is good. But what is it doing behind the scenes? Is it making multiple copies of the same image, so it can serve the most appropriate size based on which type of device a user is using?
To be clear that’s only true for images used by the theme such as on index pages. Within post content all images are resized using Ghost default content sizes independent of any theme settings.
@jannis, I’m not sure if these dimensions are used to squish a larger file into a smaller size, or if it’s actually making use of smaller image files as needed.
The additional optimization themes can make is to also transform the file format because, e.g., webp images are generally much smaller in size than jpeg.