Hi, im trying to use the photoswipe component to zoom into the image, however i noticed that when i use photoswipe using :
img src="files/views/assets/image/weathermap.png
It downloads the map from the server which becomes really slow since its in png format. Is there anyway to change the image source so i could select the image source locally so that i could still zoom into the image when the app offline. I tried changing it to but that didnt work either. Do i have to store the image in a local variable first?