Don't work with blogger? #471
Closed
7rainwr3ck
started this conversation in
General
Replies: 2 comments
-
The options variable you're using inside the object isn't defined. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, that was stupid lol. I thought it would go by default even without settings. I think I missed this passage due to my bad english. Now it works and I love it, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't get it to work with blogger, I've included some code to add the "glighbox" class
I include cdn https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css
https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js
and the code
<script type="text/javascript"> const lightbox = GLightbox({ ...options }); </script>Unfortunately glightbox doesn't work, I kept the script in a test page if you want to take a look at the source. Maybe there is some incompatibility with other scripts? Here is the link https://www.sicksadworld.it/p/test_12.html
Originally posted by @7rainwr3ck in #469
Beta Was this translation helpful? Give feedback.
All reactions