Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Owl Carousel
#2

PHP Code:
<!-- Owl carousel block starts -->
    <!-- 
Owl navigation -->
    <
div class="owl-nav">
        <
class="owl-nav-prev"><class="fa fa-chevron-left"></i></a>
        <
class="owl-nav-next"><class="fa fa-chevron-right"></i></a>
    </
div>
    <!-- 
Change values of data-itemsdata-auto-playdata-pagination data-single-item  based on your needs -->
    <
div class="owl-carousel" data-items="4" data-auto-play="true" data-pagination="false" data-single-item="false">
        <!-- 
Carousel item -->
        
        <?
php
            $this
->load->helper('url');
            
$path base_url() . 'img/gallery/small/';
            
$images = array( '1.jpg''2.jpg''3.jgp''4.jpg''5.jpg''6.jpg''7.jpg''8.jpg');
        
?>
        
        <?php foreach ($images as $image) : ?>
            <div class="owl-content"> 
                <?php 
                    $imagefile 
$path $image;
                    echo 
anchor$imagefile'<img src="' $imagefile 
                    
'" alt="" class="img-responsive img-thumbnail" />''class="lightbox"');
                
?>
                <h4><a href="#">Some heading here now</a></h4>
                <small><i class="fa fa-calendar"></i>&nbsp; 25-2-2014 &nbsp; <i class="fa fa-comments"></i>&nbsp; 24 Comments</small>
                <p>Ad vegan excepteur butcher vice lomo. Leggings occaecat raw denim aesthetic. </p>
                <a href="#" class="btn btn-color btn-xs">Read more</a>
            </div>            
        <?php endforeach; ?>
    </div>
<!-- Owl carousel block ends --> 
Reply


Messages In This Thread
Codeigniter Owl Carousel - by mrnapz - 05-03-2016, 06:15 AM
RE: Codeigniter Owl Carousel - by Wouter60 - 05-03-2016, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB