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.
我只是在颜色框中显示一张图像。
正如您在此处看到的,我什至注意为图像设置高度/宽度。但是彩盒包装没有设置正确的高度,它使用了错误的高度(20px)。
那是怎么回事?
它只发生在某些用户身上,我自己不明白。
innerHeight在初始化颜色框时尝试设置一个值:
innerHeight
$(element).colorbox({ innerHeight: 529 });