Bootstrap 4 Carousel

Regarding: bootsnipp.com/snippets/featured/bootstrap-4-carousel

If I try this code offline is not working. I mean is not transiting

itolimaesther () - 5 years ago - Reply 0


okay. I think the issue might be from calling the external resource. remove the forward slashes in front of the external assets link (so you'll have something like this

maxcdn.bootstrapcdn.com/
instead of this
\\maxcdn.bootstrapcdn.com/...
)

mushkaa () - 5 years ago - Reply 0