Advertisement
Udoro

Glightbox

Apr 7th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. CDN LINKS:
  2. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
  3. <script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
  4.  
  5.  
  6. CSS:
  7. .glightbox-container {
  8.  
  9. z-index: 9999999999!important;}
  10.  
  11. .glightbox-clean .gslide-description {
  12. background: #003d33;
  13. }
  14. .glightbox-clean .gslide-title {
  15. font-size: 24px;
  16. font-weight: 400;
  17. font-family: 'Poppins';
  18. color: #ffffff;
  19. margin-bottom: 19px;
  20. line-height: 1.4em;
  21. letter-spacing: 1px;
  22. }
  23.  
  24.  
  25. JS:
  26. const lightbox = GLightbox({
  27. touchNavigation: true,
  28.  
  29. });
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement