如何使用lightbox使图像可点击以放大它们?

时间:2017-02-06 作者:SparkAndShine

我使用标记编辑器并插入图像Insert Media, 例如,我有,

<img src="path/saint-lary-piste-map.jpg" alt="saint-lary-piste-map" width="2084" height="1288" class="aligncenter size-medium wp-image-2337" />

<img src="path/Ax-les-Thermes-piste-map.jpg" alt="Ax-les-Thermes-piste-map" width="2000" height="1340" class="aligncenter size-full wp-image-2334" />
但这些图像是不可点击的。要放大它们,我必须右键单击图像并单击Open Images in New Tab.

我安装了lightbox插件。因此,如果图像可以单击,用户可以单击以在弹出窗口中放大图像。我如何做到这一点?

我使用Windows Live Writer查看了以前的帖子。有可单击的。下面是一个示例,HTML源代码。

<a href="http://sparkandshine.net/wordpress/wp-content/uploads/2014/11/image5.png" data-rel="lightbox-2" title=""><img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://sparkandshine.net/wordpress/wp-content/uploads/2014/11/image_thumb5.png" width="483" height="391"></a>

1 个回复
最合适的回答,由SO网友:mikeg542 整理而成

使用“插入媒体”按钮时,需要在媒体文件的附件详细信息中将链接设置为。

这在右下角的下图中可见:

enter image description here

相关推荐

更改wp-admin/plugins.php上统计的插件数量

我已成功地使用从插件页面隐藏我的插件$wp_list_table 然而,顶部的分页仍然将插件列为“所有(3)”等。我成功地改变了$wp_list_table 的数组_pagination_args = total_items.但它仍然在页面顶部呈现插件-“全部(3)”。有什么办法可以解决这个问题吗?我找到了WP_Plugins_List_Table::prepare_items()具有全局$totals 变量,但我不确定我将如何改变这一点,在这个函数中$totals = array(); fore