Jesse Alex
Jesse Alex

Reputation: 111

Slick Carousel doesn't appear on Boostrap page

So I am kinda stuck with this Slick Carousel. It works great out of the box by itself, but when I try to incorporate it with my webpage, it just doesn't seem to show anything at all. I have no idea what is conflicting here. I tried to replicate it on CodePen and it works just fine, but not on my webpage. I have provided both the urls for your reference. Could any of you help me with this?

CodePen - https://codepen.io/jesse-alex/pen/jONpOrE

My Webpage - https://jessealex.com/test/test.html

(I have stripped the webpage of all other elements but the carousel)

Thanks a ton again :)

Upvotes: 0

Views: 37

Answers (1)

Jesse Alex
Jesse Alex

Reputation: 111

It was a silly mistake... here are the fix

  1. The element should be <link> rather than <script> as Tom Berghuis suggested.
  2. Forgot to define the type="text/css"

Upvotes: 1

Related Questions