#4687
Admin
Keymaster

instead of
<img src="pic.png">
try
<img src="pic.png?t=123">
and change per JS the src and add ?t=TIMESTAMP to the end to force a new load not from cache

you can use an html element from our plugin to write this javascript into the page