我在 WordPress 中使用带有 Lightbox javascript 效果的 NextGen Gallery 插件。所以我有下一张和上一张图片的活动 div:
<div class="pp_hoverContainer">
<a class="pp_next" href="#">next</a>
<a class="pp_previous" href="#">previous</a>
</div>
这个 div 覆盖了我的图像 div,这就是为什么我无法通过单击鼠标右键来保存当前图像,因为它没有 pp_hoverContainer。
我需要“保存图像”或“打开原始图像”功能。
这是正在使用的 jquery.prettyPhoto.js 代码。请帮我在这里插入一个按钮“保存此图像”或“在新窗口中打开图像”
/* ------------------------------------------------------------------------
Class: prettyPhoto
Use: Lightbox clone for jQuery
Author: Stephane Caron (http://www.no-margin-for-errors.com)
Version: 3.1.5
------------------------------------------------------------------------- */
...
下载 lquery.pretty.js - http://www.no-margin-for-errors.com/demos/prettyPhoto-jquery-lightbox-clone/prettyPhoto_uncompressed_3.1.5.zip
你可以看看我的画廊 - http://2013.infoforum.ru/#!lightbox[ngg-images-2]/0/
在这里我无法通过单击鼠标右键来保存图像: