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.
カラーボックスに1つの画像を表示しているだけです。
ご覧のとおり、画像の高さ/幅の設定にも気を配っています。ただし、カラーボックスラッパーは正しい高さを設定せず、間違った高さ(20px)を使用します。
それは何ですか?
これは一部のユーザーにのみ発生します。私はこれを自分で取得していません。
innerHeightカラーボックスを初期化するときに値を設定してみてください。
innerHeight
$(element).colorbox({ innerHeight: 529 });