Closed briggySmalls closed 4 years ago
The uploads folder definitely contains 16:9 cropped versions of the particular example mentioned. The original image is not 16:9 but sufficiently high resolution for the correct aspect ratio to be used.
Currently if there is a higher resolution image available (it is included in the srcset) then there is nothing stopping the browser from taking it. Sure it doesn't have to, given a fairly large one is still availalbe, but there's nothing stopping it.
Thus the attempts in #85 are working, but were based on a misunderstanding of how the browser would use this information
The kludge would be that the original image is only added to the srcset if there is no 'large' size available (i.e. original image was too small for 16:9)
Large size always seems available, but we can check that the large size is the correct aspect ratio
Questions are: