HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[TIP] Bootstrap Image Carousel Slider

rasteronrasteron forum.rastercode.com ✭✭
edited February 2015 in General Banter

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

http://pastebin.com/5XMSewVQ

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! =)

Sign In or Register to comment.