在 yoxview 中,我通过在 $(document).ready 语句中插入自定义选项来指定 #yoxview_infoPanel 应该出现在图像框之外:
<script type="text/javascript">
$(document).ready(function(){
$(".yoxview").yoxview({
renderInfoExternally:"true",
});
});
</script>
但是,现在信息面板出现在页面的最底部。如何将信息面板放在图像正下方,居中?