Bootstrap carousel images are displayed vertically,

Source: Internet
Author: User
Tags smarty template bootstrap carousel

Bootstrap carousel images are displayed vertically,

This problem has always occurred before, and the picture is displayed vertically and cannot be rotated left or right.


This problem was discovered later.

<! -- Carousel project --> <div class = "carousel-inner"> <div class = "item active">  <div class =" carousel-caption "> front view </div> <div class =" item ">  <div class =" carousel-caption "> Central Control photo </div> <div class =" item ">  <div class =" carousel-caption "> houzhao </div>

There must be a class that is "item active". If it is "item", this problem will occur. However, if I use the smarty template, I need to add some logical judgments.

<! -- Carousel project --> <div class = "carousel usel-inner" style = "height: export PX ">{$ index = 0 }{ foreach $ B as $ c }{ if $ index = 0} <div class =" item active ">  <div class =" carousel-caption "> </div> {else if} <div class =" item ">  <div class = "carousel-caption"> </div> {/if} {$ index = $ index + 1 }{/ foreach} </div>


Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.