You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is used to create of a gallery using any combination of video, audio and image files. The user can choose whether to hide the gallery behind a single image, or display all of the gallery images. When a user clicks on media in a gallery, they go into a light box view.
If only one image is in the Media Gallery, there is no dropdown behavior.
This component is used in these entries:
General Content Page
Workshop
Event Series
Article
Landing Page
Event
Resource
Exhibit
Endowment
-
Design
Please also see attached screenshots for quick reference.
Component Description
This component is used to create of a gallery using any combination of video, audio and image files. The user can choose whether to hide the gallery behind a single image, or display all of the gallery images. When a user clicks on media in a gallery, they go into a light box view.
If only one image is in the Media Gallery, there is no dropdown behavior.
This component is used in these entries:
Design
Please also see attached screenshots for quick reference.
Design System:
Props
The fields the block object takes. ( the fields in gray are required )
block: { image: {
image, altText
, captionTitle, captionText, },video: { videoFile, externalVideo, captionTitle, captionText, coverImage },
audio: { audio, captionTitle, captionText, coverImage }
Audio file" "` }
Developer Tips
Create a component called:
components/Flexible/MediaGallery.vue
Add case here:
components/FlexibleBlocks.vue
Screenshots
The text was updated successfully, but these errors were encountered: