feat(PublicPage): Extra pictures in media gallery
This commit is contained in:
parent
42232c8df9
commit
2df9ff8f48
4 changed files with 89 additions and 39 deletions
|
|
@ -94,6 +94,10 @@ let loadMedias = () => {
|
|||
loadMedias()
|
||||
|
||||
let openModal = (index) => {
|
||||
if (index === 'extra') {
|
||||
index = 5
|
||||
}
|
||||
|
||||
mediaModal.style.visibility = 'visible'
|
||||
mediaModal.style.opacity = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue