It would be better if image changes do not show up in the browser history stack. A possible solution may include moving to clean urls i.e. urls with no query params and instead route params. Ex: {site}/{username}/film/{movie_id}/{review_id}.
This way, the image will just be a search param and I think there would be a way to not include search param changes in the browser history.
It would be better if image changes do not show up in the browser history stack. A possible solution may include moving to clean urls i.e. urls with no query params and instead route params. Ex:
{site}/{username}/film/{movie_id}/{review_id}
. This way, the image will just be a search param and I think there would be a way to not include search param changes in the browser history.