Getting Cannot read property 'offsetWidth' of undefined with bootstrap carousel script

后端 未结 6 2321
悲哀的现实
悲哀的现实 2020-12-01 02:39

I created a carousel with Bootstrap 3.3 and it works on my local machine, but when I upload the whole thing on server where the bootstrap js file i

6条回答
  •  醉话见心
    2020-12-01 03:06

    I have got the same error, but in my case I wrote class names for carousel item as .carousel-item the bootstrap.css is referring .item. SO ERROR solved. carosel-item is renamed to item

    
    

    RENAMED To the following:

提交回复
热议问题