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.
我刚刚注意到 Highslide scripe 会调整大图像的大小(使它们更小)以适应屏幕。是否可以禁用此功能?
谢谢。
将此添加到您的 Highslide 设置:
hs.allowSizeReduction = false;
Highslide API 参考页面:http ://highslide.com/ref/hs.allowSizeReduction