1 (edited by antiben 2013-02-27 22:31:02)

Topic: Bootstrap Lightbox

Bootstrap Lightbox

just testing my first shortcode lightbox plugin...
caption is optional
default toggle-image class is 'thumbnail', if no custom toggle is set...

{lightbox image="public/uploads/pics/image.jpg" caption="Your caption here"}
{lightbox image="public/uploads/pics/image.jpg" toggle="demoLightbox"}
View details »
{lightbox carousel="public/uploads/gallery/folder"}
{lightbox_create image="public/uploads/pics/image.jpg"}
    {video webm="http://video-js.zencoder.com/oceans-clip.webm"}
{/lightbox_create}

http://antiben.an.funpic.de/pictures/monstra_lightbox.png

info: A simple lightbox plugin based on the bootstrap modal plugin.
download: lightbox-plugin.zip (8K)

// edit: 1.0.2 added content mode (see video.js e.g. ^) and bootstrap carousel
// edit: 1.0.3 videojs pause check on hidden

2 2013-02-21 00:18:55

Re: Bootstrap Lightbox

Nice job man

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

3 (edited by antiben 2013-02-27 22:32:16)

Re: Bootstrap Lightbox

thx nakome!

i noticed the video is still playing if i close the lightbox... big_smile
// edit: fixed in v1.0.3

Re: Bootstrap Lightbox

a very cool plugin. i think i really need it, thanks a lot dude!