Images fails to load because relative path is changed too late #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am using it on a site where the images are loaded with local path
<img src="pagename/somepath/image.jpg"/>and what happens is that thepagenamedoes not get updated even though that's what should change. Therefore images don't load.This seems to be a design issue.
Pjax can only change dom elemtents, it will not change the pagename.
You may change that manually on pjax:complete, or try to render the images differently.