HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[TIP] Bootstrap Image Carousel Slider
rasteron
✭✭
Hi All,
I thought I'd share my first tip here since I've been currently working on my forum side project about Blender and Game Development stuff. I'm currently using Bootstrap theme by @Kasper and it's a very simple process. Just insert this snippet code above {asset name="Content"}
in the theme's default.master.tpl file:
Bootstrap Image Slider
You can modify the transition time by changing the data-interval attribute around first line of code here:
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="3000">
Working version here:
www.blendercentral.org
cheers and enjoy!
Tagged:
2