Questions tagged [image-load]

47 questions
-1
votes
1 answer

Images loads faster if servced from local than CDN

I am using create-react-app CLI to build my application. What I noticed is that the images take longer time to load from CDN than if it is loaded from the local assets folder residing in the src folder. But everybody says that CDN is faster which I…
PCK
  • 1,254
  • 6
  • 20
  • 37
-1
votes
1 answer

my imageloder not change in imageview image if new image same name

below is my imageloader code which work fine if new image are diffrent name but if new image are same name then is not change images show old image only suppose i have image name myimage is display perfectly if i add new image in url with same name…
-1
votes
4 answers

How to show the loader image until the page data loads?

I'm a newbie to the concept of displaying loaded image until the data loads. The time to load the data is too much so till then I want to display the loader image. Can anyone help me in this regard? For your reference I'm putting below the code from…
PHPLover
  • 1
  • 51
  • 158
  • 311
1 2 3
4