ts1 / flipbook-vue

3D page flip effect for Vue.js
https://ts1.github.io/flipbook-vue/
639 stars 170 forks source link

Feature. Don't reload images every time #27

Closed pauubach closed 3 years ago

pauubach commented 4 years ago

Hi, As I change page the image is reloaded, it doesn't matter if we have already visited this page. Pages already loaded shouldn't be loaded again.

Could it be fixed??

BTW, wonderful flipbook :).

ts1 commented 4 years ago

I guess it's because of web server's configuration, images are not cached by browser. Flipbook doesn't do anything special about loading image. (If the browser has cache, it uses cache)

ts1 commented 3 years ago

I believe this issue is resolved. Feel free to reopen if it is not.