| Развернуть текстautoHeight If set to true, for 'inline', 'ajax' and 'html' type content width is auto determined. If no dimensions set this may give unexpected results Boolean; Default value: false autoWidth If set to true, for 'inline', 'ajax' and 'html' type content height is auto determined. If no dimensions set this may give unexpected results Boolean; Default value: false autoResize If set to true, the content will be resized after window resize event Boolean; Default value: !isTouch[свернуть] //Enable thumbnail helper and set custom options
PHP код: $(".fancybox").fancybox({ helpers: { thumbs : { autoResize: false, width:50, height: 50 } } });
---------- Сообщение добавлено 19:14 ---------- Предыдущее 19:06 ---------- fitToView - If set to true, fancyBox is resized to fit inside viewport before opening. еще на это обрати внимание. Честно, не пользовался этой приблудой, проскролил документацию только мельком.
|