Popups can specify content in three ways:
- Using html
titleattribute - Using
data-contentattribute - Using
data-htmlfor specific html - Using the content property in the initialization of the popup
Popups can also specify some other frequently used settings using metadata
data-variation: the popup variation to usedata-offset: a pixel offset correction for popupdata-position: the side to position popup on
PonyDog22