소스 검색

Fix issue with lightbox background not expanding properly and bottom footer being off in lightbox

tags/v1.0.0
Isaac Bythewood 11 년 전
부모
커밋
1538579fe5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      pinry/static/js/lightbox.js

+ 3
- 0
pinry/static/js/lightbox.js 파일 보기

@@ -47,8 +47,11 @@ $(window).load(function() {
$('.lightbox-wrapper').css({
'width': context.image.standard.width,
'margin-top': 70,
'margin-bottom': 70,
'margin-left': -context.image.standard.width/2
});
if ($('.lightbox-wrapper').height()+140 > $(window).height())
$('.lightbox-background').height($('.lightbox-wrapper').height()+140);

box.click(function() {
$(this).fadeOut(200);


불러오는 중...
취소
저장