jQuery Gallery Viewer

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 jQuery图片展示/幻灯插件
软件类型 开源软件
地区 不详
投 递 者 谭飞掣
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

This is a port of http://www.flashimagegallery.com/pics/artwork ; takes a list of thumbnails and turns it into an image gallery that will allow the developer to style it how ever they want to.

  • 一.尺寸方法 a).获取方法 .height( ) 获取到高度 .width( )获取到宽度 b).设置方法 .height(‘值’ ) 设置高度 .width(‘值’ )设置宽度 二.放大图片尺寸 a).公示 1.新宽=先给原宽度增加5PX 2.新高=(新宽*原高)/原款=宽 b).案例 注意:请先引入jq后再使用 <img src="img/id.jpg" alt="" width="400"