试驾东风日产全新逍客:更加精致
- Description
-
To make the gallery work tms-0.4.x.js and uCarausel.js files are used
我突然觉得自己很可怜:为了创业,我居然让自己沦落到这个地步…… 如果有一天我在深圳被车撞了、昏迷了、要做手术,估计都没有人能及时赶来为我的手术签字…… 也许,我死在马路上都没有人会来关心我…… 我放弃了这么多来深圳创业,到底是为了什么呢? 这几天,我躲在家里偷偷地哭,我不知道自己该怎么办,不知道自己是否该继续坚持创业。
<div id="pro_simple_gallery"> <div class="pro_gallery_bg"> <div class="pro_simple_gallery"> <ul class="pro_items"> <li> <img src="YourImage.jpg" alt="" /> <div class="pro_banner">pro_banner content</div> </li> ... </ul> </div> </div> <div class="pro_pag"> <div class="pro_img-pags"> <ul> <li><a href="#"><span><img src="YourThumbs.jpg" alt="" /></span></a></li> ... </ul> </div> <a href="#" class="pro_btn pro_prev pro_button3" data-type="prevPage"><span></span></a> <a href="#" class="pro_btn pro_next pro_button4" data-type="nextPage"><span></span></a> </div> </div>
To add new images to the gallery you should have 2 images: 1 for the slider and 1 thumbnail. You need to add these images to different places. The images and thumbnails are connected by the order number. So the first thumbnail in the block <div class="pro_img-pags"> will display on click the first image in the list <ul class="pro_items">.
Slider image should be added to the list <ul class="pro_items"> using the code:
<li> <img src="YourImage.jpg" alt="" /> <div class="pro_banner"> banner content</div> </li>
Thumbnail image should be added to the block <div class="pro_img-pags"> using the code:
<li><a href="#"><span><img src="YourThumbs.jpg" alt="" /></span></a></li>
You'll get more info on working with Gallery in the template manual after purchase. Manual is located in the "documentation" folder of the template package.




















