マークダウンエディタを使用して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
をクリックする必要があります。
ライトボックスプラグインをインストールしました。そのため、画像がクリック可能な場合は、ポップアップウィンドウでクリックして画像を拡大できます。どうやってこれを達成できますか?
私は以前の記事で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>