Closed yevon-cn closed 10 years ago
Any one see this ?
You can disable minHeight http://codepen.io/anon/pen/wAmzG -
$(function(){
$('.img_link').fancybox({
minWidth : 0,
minHeight : 0
});
});
Great, I see. Thank you @fancyapps
Example see on http://codepen.io/Leafer/pen/AgybF
When a picture is very wide and it's height is only a little , after open the fancybox the picture will not to be auto size.Sometime the size may bigger than the picture.
Is this case right ?(with chrome)