0

I have a client that receives large number of base64 images from a server, and I need to display them as slider image viewer. What's the best approach to do it? Each image size is around 30kb, and there are around 200 images. Thanks!

Antony
  • 1,253
  • 11
  • 19
User9123
  • 11
  • 6

1 Answers1

1

You can try to store either in localStorage or IndexedDB. These links can be helpful:

Marlon Barcarol
  • 508
  • 5
  • 12