0

I just noticed that Highslide scripe resizes large images (make them smaller) to fit to the screen. Is it possible to disable this function?

Thanks.

4

1 に答える 1

1

Add this to your Highslide settings:

hs.allowSizeReduction = false;

Highslide API reference page: http://highslide.com/ref/hs.allowSizeReduction

于 2013-02-08T19:37:36.123 に答える