templates/project/lib/iasd-bootstrap.js in iasd-bootstrap-sass-1.2.3 vs templates/project/lib/iasd-bootstrap.js in iasd-bootstrap-sass-1.2.4

- old
+ new

@@ -1,7 +1,7 @@ /*! - * IASD Bootstrap v1.2.3 (http://styleguide.adventistas.org) + * IASD Bootstrap v1.2.4 (http://styleguide.adventistas.org) * Copyright 2014-2014 Igreja Adventista do Sétimo Dia * Licensed under MIT (https://github.com/igrejaadventista/styleguide/blob/master/LICENSE) */ /* Modernizr 2.6.2 (Custom Build) | MIT & BSD @@ -2119,9 +2119,27 @@ slideSpeed : 1000, autoHeight : true, autoPlay : false, lazyLoad : true, transitionStyle : "fade" + }); + + + $thumbs.owlCarousel({ + pagination : false, + navigation : false, + responsiveRefreshRate : 200, + autoPlay : false, + autoHeight : true, + lazyLoad : true, + items : 7, + itemsDesktop : [1199,7], + itemsDesktopSmall : [979,5], + itemsTablet : [768,6], + itemsMobile : [479,3], + pagination : false, + transitionStyle : "fade" + }); $thumbs.owlCarousel(options); $thumbs.on("click", ".owl-item", ImageGalleryController.onClickThumbItem); \ No newline at end of file