dojox.image.SlideShow._fitSize
dojo.require("dojox.image.SlideShow");
defined in dojox/image/SlideShow.js
Fits the widget size to the size of the image being shown, or centers the image, depending on the value of 'fixedHeight'
Usage
function (/*Boolean*/ force) (view source)
parameter | type | description |
---|---|---|
force | Boolean | If true, the widget is always resized, regardless of the value of 'fixedHeight' |