T
T
timtimIT2015-11-07 01:50:17
css
timtimIT, 2015-11-07 01:50:17

How to show an animated loading indicator until the image has loaded?

Hello.
Tell me how to show an animated loading indicator until the picture has loaded?
Load in parent's background image?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Bukreev, 2015-11-07
@timtimIT

Load preloader in background-image
and center align kaesh

<div class="parent-img">
  <img src="kartinka.жипег" alt="">
</div>

.parent-img {
  background-image: url('../img/preloader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question