2017-03-27 7 views

답변

0

그래서, (</body> 전) lightbox.js

lightbox.option({ 
     'wrapAround': true 
    }); 

직접 HTML에서의 바닥에서이 스크립트를 넣어하려고

<script> 
lightbox.option({ 
     'wrapAround': true 
    }) 
</script>