1

我的问题是我的幻想箱里有一些图像。图片可以任意角度点击,并可以在fancybox上旋转。我正在使用jQuery Rotator来旋转图像,代码如下:

$(document).on('mousedown', '.fancybox-wrap', function(e) {
    if (e.button == 2) {
        $(this).find('.fancybox-skin').rotate(90);
        $(this).find('.fancybox-skin').height($(window).height());
    }
});

代码工作正常,但问题是背景和图像没有根据画布调整大小。我怎样才能实现它?请帮忙..!!!

4

0 回答 0