html carouseltable 幻燈片
暫定 尚未寫註解
<div id="carouseltable01" class="carousel slide col-lg-12" data-ride="carousel">
<div class="carousel-inner">
//active 代表這張顯示的意思
<div class="item active">
<div class="pic">
<iframe width="33%" height="100%" src="https://www.youtube.com/embed/live_stream?channel=UC6TH1QqLoC-SMFPp2AasuaA&autoplay=0&mute=0"
title="YouTube video player" frameborder="0">
</iframe>
<iframe width="33%" height="100%" src="https://www.youtube.com/embed/live_stream?channel=UC6TH1QqLoC-SMFPp2AasuaA&autoplay=0&mute=0"
title="YouTube video player" frameborder="0">
</iframe>
<iframe width="33%" height="100%" src="https://www.youtube.com/embed/live_stream?channel=UC6TH1QqLoC-SMFPp2AasuaA&autoplay=0&mute=0"
title="YouTube video player" frameborder="0">
</iframe>
</div>
</div>
</div>
//超連結 用於選取上一組幻燈片
<a class="carousel-control left" href="#carouseltable01" style="height:100%"
data-slide="prev">
<span aria-hidden="true" class="glyphicon glyphicon-chevron-left"></span>
</a>
//超連結 用於選取下一組幻燈片
<a class="carousel-control right" href="#carouseltable01" style="height:100%"
data-slide="next">
<span aria-hidden="true" class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
留言
張貼留言