0

i am trying to make a slider here in javascript and what am i trying to do is i am trying to have a single div and use the background image as the image placeholder which has the background size and cover property. And i am trying to use navigation keys for loading previous and next images. Now the problem is that how can i preload some images and use then as in Bg property so that when i click the next arrow, the images do not have to wait for the next image as background for the div to load. Thanks.

Marc Andre Jiacarrini
  • 1,444
  • 3
  • 20
  • 36

1 Answers1

0

I have found a similar problem in this link:

Preloading CSS Images

Community
  • 1
  • 1
Fernando Souza
  • 1,686
  • 1
  • 18
  • 33