In this modal popup you can add the login form and then perform your login functionality code within this modal content.
In this modal popup you can add the register form and then perform your register functionality code within this modal content.
Large modal popup for extra large content, you can do this by adding class to the modal div bs-example-modal-lg
, this will apply a wider larger popup style for the modal content.
Small modal popup for extra small content, you can do this by adding class to the modal div bs-example-modal-sm
, this will apply a small narrower popup style for the modal content.
Youtube video modal popup has some setup to be done, in the button attributes just add the Youtube video link in data attribute like this: data-thevideo="http://www.youtube.com/embed/loFtozxZG0s"
, this will add the link to the youtube video iframe source.
Vimeo video modal popup has some setup to be done, in the button attributes just add the Vimeo video link in data attribute like this: data-thevideo="//player.vimeo.com/video/71876963"
, this will add the link to the youtube video iframe source.