Modal Title
You can add a title
to be shown on top of the modal popup, by adding a title
attribute to the {modal}
tag:
{modal url="https://goo.gl/5r5faj" title="That's my place!"}Modal with Title{/modal}
Modal Description
You can also place an additional description under the title, with a description
attribute:
{modal url="https://goo.gl/5r5faj" title="That's my place!" description="Here is where I live"}Modal with Title & Description{/modal}