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.
ライトボックスのスライドショーを使用しています。ライトボックスの幅と高さは画像の幅と高さによって異なります。ライトボックスの幅と高さを変更しないように修正したいので、提案してください。
JQuery を使用すると、以下の形式に従ってこれを修正できます。
$('.YOURCLASS').lightBox({ maxHeight: SETMAXHEIGHT, maxWidth: SETMAXWIDTH });