Galleria - Image Gallery for uploading multiple images and viewing them as sliding images gallery
#4313 - Any way to reload images from detailview?
Is there a way to reload the images from inside detailview using javascript.... without refreshing/reloading the page?
2 years ago
Hello John Do you mean New Images that you are adding via Edit View and then display them in Detail View, or you are adding images manually but need the Detail View to be refreshed somehow? Can you please explain a bit more. Thank you.
2 years ago
Images are updated on the server by the user. For example rotated.
Then the same user who is already looking at the detail view does not see the image they just rotated in the detail gallery view. (The comic strip view / not the zoomed in ).
$('.jcarousel').jcarousel('reload', { }); <--- This does not work;
I do not want the user to have to refresh/reload the page. I was hoping there was a javascript way of refreshing just the carousel and zoom gallery? A javascript way of refreshing below so the "thumbnails" are refreshed without reloading the page.
2 years ago
The data is pulled during Detail View and is displayed via JS. There is no dynamic call to the images when displaying the gallery, rather images are fetched on page load.
2 years ago
Ok, I guess the only way to fresh the images displayed in the gallery is to reload the page then.
Thank you for your time.
2 years ago
Yes, that would be the quick and easy fix :)