首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

lightbox大图片撑开有关问题解决方案

2012-11-03 
lightbox大图片撑开问题解决方案1.lightbox.css中添加:#lightbox img{ width: auto height: auto max-he

lightbox大图片撑开问题解决方案

1.lightbox.css中添加:

#lightbox img{ width: auto; height: auto; max-height:400px; max-width:600px;}

?

2.lightbox.js中修改:

?

resizeImageContainer: function( imgWidth, imgHeight) {
??//把宽度和高度设成固定大小
??imgWidth = 600;
??imgHeight = 400;

?

? ... ....

?

?

热点排行