蔡国庆批朱正廷捂嘴笑 希望他们有强盛的阳刚之气

Description

To make the gallery work tms-0.4.x.js and uCarausel.js files are used

微官网历经了3个版本,随着“制胜宝典”上线,DAU访问占比获得了近500倍提升;  在社区内容构建方面,团队根据MOBA用户行为和习惯搭建双端视频中心,实现高效的统一分发与管理,为手Q、微信双平台游戏中心、游戏微社区等平台提供1850余篇图文、视频内容,同时搭建英雄资料库并提供定制化专题支持;  微信&手Q双平台给予了大数据测试方面的鼎力支持。

<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.