左边的花式框文字

Fancybox Text on left

我终于创建了我的幻灯片。

现在我需要的是让文本出现在 fancybox 中图像的左侧。

代码如下:

$(".fancybox").fancybox({
    helpers : {
        title: {
            type: 'inside',
            position: 'left'
        }
    },
    nextEffect: 'fade',
    prevEffect: 'fade'
});

'left' 和 'right' 不工作。只有顶部和底部...你能帮我吗?

这是一个现场演示: http://jsfiddle.net/JYzqR/5/2

文档说 'bottom' 和 'top' 是位置选项的唯一可用选项。 Reference - 请参阅 'Options for thumbnail helper'

下的部分