How can I make this with twitter bootstrap , I found it in this website https://www.crowdcontent.com/
I don’t even know what is it called or how to start
thank you
How can I make this with twitter bootstrap , I found it in this website https://www.crowdcontent.com/
I don’t even know what is it called or how to start
thank you
2
Answers
Not sure how familiar you are with bootstrap, but you will basically need:
http://getbootstrap.com/javascript/#carousel
The documentation is pretty straightforward and if you want to customize the look you can simply override the default CSS in your own custom.css file (make sure to include it AFTER the default bootstrap stuff).
You can also find a full example of it at http://getbootstrap.com/examples/carousel/
The source code for the example should be in the bootstrap sourcecode (docs/examples)
The link you provided was of wordpress theme, i did my best to copy that style and reflect in bootstrap code. Finally i successed by using the combination of css and jQuery.
Below is my code for the same style.
Note that i have used 2 css files which u will also need to include in order to run the carousel perfectly, the link for the same in given above line !DOCTYPE Html. Rest all files are CDN so u need not worry about them.
Jquery Snippet