0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

画像ギャラリーに使う画像を拡大させる方法

Last updated at Posted at 2022-01-18

lightboxを使うと簡単にポップアップ表示できます。

まず、lightboxのサイトでファイルをダウンロードします。

参考にした記事

ファイルを解凍してファイルのdistファイル内のcssとjsの中身を
index.html用のcssファイルとjsファイルに移します。

index.html
<head>内に読み込む
<link rel="stylesheet" href="css/lightbox.min.css">
index.html
</body>前に読み込む
<script src="js/lightbox.min.js"></script>

最後にポップアップ画像のコードを書きます。

index.html
<a href="https://haniwaman.com/cms/wp-content/uploads/2018/02/cat.jpg" 
data-lightbox="demo">画像文字を書き込む</a>

参考にした記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?