`
yanlp
  • 浏览: 75327 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

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;

 

  ... ....

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics