我使用标记编辑器并插入图像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>