7
7

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 5 years have passed since last update.

スクロールで表示された時に、画像を読み込む

Last updated at Posted at 2015-01-28

画面外に画像がある時、その画像を表示する所までスクロールされたら、その画像を表示させる。縦に長いページとかで使う。

img {
	background-attachment: scroll;
}

追記:

コレ間違いです。やり方忘れた。なんか方法あった気がするけどなんだったっけね。

7
7
1

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
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?