web-dev-qa-db-ja.com

ライトボックスを使用して拡大するために画像をクリック可能にする方法を教えてください。

マークダウンエディタを使用して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>
1
SparkAndShine

[メディアの挿入]ボタンを使用するときは、添付ファイルの詳細で[リンク先]をメディアファイルに設定する必要があります。

これは、右下の次の図に表示されています。

enter image description here 

3
mikeg542