Hi, I’m working on developing a website with MKDocs Material, and I’m using slideshows built with html and css and js (I followed the tutorial on w3schools to build the slideshows). The page material is written in markdown, then when deployed it gets built in html, so we can use standard html stuff in our pages.
The problems I’m having involve certain elements not showing up on the first load of the page or after I interact with the elements of the slideshow. Sometimes I press the next button of the slideshow and the pictures for all of the slideshows on that page suddenly disappear, but not the arrows or dots. Sometimes the slideshow works fully but the dots are missing. It also happens inconsistently, I can’t find a consistent way to replicate it.
Here’s a page that has a slideshow and the source code for it:
Thanks for any help you can give!