Yes it's possible first you can turn off "autoSize" and then set width as "auto":
$.fancybox.open({
content : 'Lorem ipsum dolor sit ame',
autoSize : false,
width : "auto",
height : "80%"
});
To see example <a href="http://jsfiddle.net/2VmrG/" target="_blank">click here!</a>
Enjoy!
No comments:
Post a Comment