Description:
While reviewing the "Develop Your First Event Integration" quick start guide, I noticed that clicking on the animated .gif demonstrations opens the raw image file in a new browser tab/window instead of utilizing the GLightbox overlay. This disrupts the reading experience.
Expected Behavior:
Clicking the tutorial GIFs should open them in the GLightbox overlay on the same page.
Proposed Solution:
Add the class="glightbox" attribute to the HTML tags wrapping the .gif images in the Markdown file. I would like to work on this issue and submit a Pull Request.