Closed mtbhomer closed 5 years ago
The image gallery feature already is responsive and mobile friendly...
You can see the responsive design by viewing the demo gallery on your mobile and on desktop: https://academic-demo.netlify.com/post/getting-started/
Thanks for your response @gcushen, actually what I meant was that in the source files, before building my website, I would ideally like to store full size images and not bother too much with post-processing. Ideally, the gallery would resize the images to a web-friendly format (and then of course have the responsive behavior for the device specific sizes). Anyway, I understand current functionality is built the way it is. Thanks for all your work!
Currently, the gallery expects images to be provided in a web-friendly format. I understand that you would like to generate web-friendly gallery thumbnails from high resolution images without using any third party software.
Based on your feedback, we have now implemented web-friendly thumbnail generation for gallery images which are bundled with a page. Clicking a gallery thumbnail will continue to load the full resolution image. Update Academic to the latest master version to pick up the change.
Currently header image will be automatically resized by Hugo's resize functionality. Is it feasible to extend this functionality to images in the image gallery component?