Extend image preview
While I already like the current functionality of the image preview, I have some ideas for further improvements:
- Allow to maximize the image.
This could work similar to the image preview in mattermost. In the normal case the image is just shown as usual:
But when clicked on it, it opens up:
- I wonder about reintroducing the delimters.
On the GFZ page for example we have 4 boxes that represent the different images:
(see https://www.gfz-potsdam.de/ too). This helps in scrolling.
The v-carousel has some of those by default https://v2.vuetifyjs.com/en/api/v-carousel/#props (currently hide-delimiters
is active in our case).
While the default setting doesn't look nice, we might re-add it once the user hovers over the image.