Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://leandrovieira.com/projects/jquery/lightbox/のライトボックス jquery バージョンを使用しています - サイズ変更時にビューポートで動的にサイズ変更するのを手伝ってくれる人はいますか?
これを試して
$(window).resize(function() { $('#gallery a').lightBox(); });