When images are taken in horizontal mode, images on the website appears with the wrong rotation. This is due to exif data getting removed when the hugo generates thumbnails. One solution would be to keep the exif data or rotate the images correctly before hugo generates the thumbnails. This could either be done in the app itself or in the websites deployment script.
When images are taken in horizontal mode, images on the website appears with the wrong rotation. This is due to exif data getting removed when the hugo generates thumbnails. One solution would be to keep the exif data or rotate the images correctly before hugo generates the thumbnails. This could either be done in the app itself or in the websites deployment script.