Basic Code Structure for Modals:
<div class="modalitem" data-id="12">Launch Modal</div>
<div id="modal-12" class="r-modal">
<div class="header">Header Title</div>
<div class="content">Content to show on the modal</div>
<div class="actions">Footer Content</div>
</div>
You need to make sure data-id=[id] and modal-[id] is the same for a modal. If you create multiple modal add different ID for each modal.
Standard Modal
Launch Modal
Profile Picture
We've auto-chosen a profile image for you.
We've grabbed the following image from the gravatar image associated with your registered e-mail address.
Is it okay to use this photo?
Nope
Yep, that's me
Basic Modal
Basic Modal
Archive Old Messages
Your inbox is getting full, would you like us to enable automatic archiving of old messages?
Full Screen
Fullscreen Modal
Archive Old Messages
Your inbox is getting full, would you like us to enable automatic archiving of old messages?
Size - Small
Small Size Modal
Archive Old Messages
Your inbox is getting full, would you like us to enable automatic archiving of old messages?
Size - Large
Large Size Modal
Archive Old Messages
Your inbox is getting full, would you like us to enable automatic archiving of old messages?