glide
glide copied to clipboard
new Glide('.glide').mount() should be in a separate js file
Documentation on https://glidejs.com/docs/setup/, says to add this:
However, the second script doesn't work if you add that directly to the html. If you add it in a separate file, then the slider works.