エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
JQuery lightGallery Examples
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
JQuery lightGallery Examples
HTML Structure Create ul and li elements and add the path of the image or video inside the data-s... HTML Structure Create ul and li elements and add the path of the image or video inside the data-src attributes which you wish to open within the lightGallery. <ul id="lightGallery"> <li data-src="img/img1.jpg"> <img src="img/thumb1.jpg" /> </li> <li data-src="img/img2.jpg"> <img src="img/thumb2.jpg" /> </li> ... </ul> Javascript <script type="text/javascript"> $(document).ready(function() { $("#li