Photo captions
Closed this issue · 2 comments
marycklein commented
Determine procedure for creating "floating" captions for photos (or some other format of caption) when the viewer hovers their cursor over the photo.
Custom image model documentation:
https://docs.wagtail.org/en/stable/advanced_topics/images/custom_image_model.html
brylie commented
Mary said it would be like a tooltip that appears on mouseover, e.g. to give credit to the photographer.
brylie commented
Collecting links for context that may be useful for this issue:
- Custom Image model alt text: wagtail/wagtail#6034
- Adding photo captions to Wagtail Core image model: wagtail/wagtail#8405
So, we may need to define (or extend an existing) custom image model in the project and then expose the caption field in the UI.