bootic: gallery slider code

{% if galleries.slider %} <div id="home-gallery" class="flexslider"> <ul class="slides"> {% for item in galleries.slider %} <li> <a href="{{ item.url }}" title="{{ item.title }}"> <img alt="{{ item.title }}" src="{{ item.image | resize: '1024x480#' }}" /> </a> {% if item.title.size > 0 and item.description.size > 0 %} <div class="image-detail"> <h1><a title="{{ item.title }}" href="{{ item.url }}">{{ item.title }}</a></h1> <p>{{ item.description | truncate:200 }}</p> <a title="saber más" class="mybutton" href="{{ item.url }}">Ver Productos</a> </div> {% endif %} </li> {% endfor %} </ul> </div> {% endif %}

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.