Gallery lightbox

Digital Kit

Formato del link per embeddare un VIDEO in lightbox:

Incollare l'url della pagina youtube che contiene il video. Es.: https://www.youtube.com/watch?v=1hw8a7LY-Lo

 

Formato del link per embeddare una MAPPA in lightbox:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2799.6116746505036!2d11.00116551555656!3d45.43732877910061!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x477f5f39a329e41f%3A0x6b20a26fb92a959e!2sVia+S.+Francesco%2C+22%2C+37129+Verona+VR!5e0!3m2!1sit!2sit!4v1561113097202!5m2!1sit!2sit

Questo formato lo si acquisisce visualizzando il luogo in Google Maps > Condividi > Incorporare in una mappa --> valore dell'attributo "src"

 

Lightbox

su singola immagine con attributo data-lightbox="image"

 

Video con data-lightbox="iframe"

Lightbox Video

Finestra modale

Modal

Setting Description
data-target

The ID of the Modal you want to Target.

Ex: data-target="#myModal1"

data-delay

Time in milliseconds by which you want to delay the Display of the Modal.

Ex: data-delay="3000"

data-timeout

Time in milliseconds when you want to disable the Modal.

Ex: data-timeout="8000"

data-animation-in

Animation of the Modal when Display In.

Option(s): You can use all the available options from here: Animation Options.

Ex: data-animation-in="bounceInUp"

data-animation-out

Animation of the Modal when Display Out.

Option(s): You can use all the available options from here: Animation Options.

Ex: data-animation-out="bounceOutUp"

data-bg-click

Closes Modal on Background Click

Option(s): true, false

Ex: data-bg-click="false"

data-close-btn

Displays a Close Button

Option(s): true, false

Ex: data-close-btn="false"

data-cookies

Enables Cookie on the Modal

Ex: data-cookies="subscription-modal"

data-cookie-path

Path of Current Page where the Cookie should be Valid

data-cookie-expire

Cookie Expiration time

Ex: data-cookie-expire="7"

Documentation