react-lazy-load-image-component icon indicating copy to clipboard operation
react-lazy-load-image-component copied to clipboard

in safari browser not show images

Open arezooalipanah opened this issue 3 years ago • 3 comments

Bug description Write a clear and concise description of what the bug is.

To Reproduce Paste the code that is producing the issue

...

List any other actions needed to reproduce the issue:

  • Scroll to '...'.
  • Click on '...'.

Link to a repo where this issue can be reproduced if available:

Expected behavior Write a clear and concise description of what you expected to happen versus what happened.

Screenshots If applicable, add screenshots to help explain your problem.

Technical details:

  • Package version [e.g. 1.2.0]
  • Server Side Rendering? [Yes/No]
  • Device [Desktop/Smartphone]
  • Operating System [e.g. Windows, Mac OS, GNU/Linux]
  • Browser [e.g. Firefox, Chrome, Safari]

arezooalipanah avatar Jan 18 '21 10:01 arezooalipanah

I am using this library to lazy load images on my website. It works perfectly in Chrome and Firefox on both laptop and Android. However, some of the images don't load when I open the site in Safari and Chrome on iOS. How can I fix this?

arezooalipanah avatar Jan 18 '21 11:01 arezooalipanah

@arezooalipanah Try adding visibleByDefault prop to LazyLoadComponent

krontill avatar Nov 03 '21 15:11 krontill

it is usefull?

romanown avatar May 31 '22 22:05 romanown