Skip to content

Instantly share code, notes, and snippets.

Created June 27, 2016 18:22
Show Gist options
  • Save anonymous/b474c5485a3856dbe672ceb0835621bd to your computer and use it in GitHub Desktop.
Save anonymous/b474c5485a3856dbe672ceb0835621bd to your computer and use it in GitHub Desktop.
weborama lightbox demo
swal
customClass: 'weborama-ad'
imageClass: 'weborama-ad-img'
imageWidth: 300
imageHeight: 300
imageUrl: 'http://clientsmedia2.adrime.com/9251124598/111733/bg_layer.jpg'
padding: 0
showCloseButton: yes
showConfirmButton: no
timer: 15000
width: 300
onOpen: (e) ->
e.onclick = ->
# screenad.click()
swal.close()
<script src="https://cdn.jsdelivr.net/sweetalert2/4.0.5/sweetalert2.min.js"></script>
.weborama-ad
border-radius 0
.weborama-ad-img
cursor pointer
margin 0
<link href="https://cdn.jsdelivr.net/sweetalert2/4.0.5/sweetalert2.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment