【发布时间】:2015-01-21 06:12:11
【问题描述】:
大家好,是否可以使用 iframe 显示下一个和上一个按钮? 我尝试使用此代码,但没有显示。
function open_photo(obj)
{
$.fancybox({
href : $(obj).attr("data-id"),
width : '75%',
height : '75%',
autoScale : true,
type : 'iframe',
overlayShow : false,
transitionIn : 'elastic',
transitionOut : 'elastic',
centerOnScroll: true,
showNavArrows : true
});
}
【问题讨论】:
标签: javascript php jquery iframe