Active
Project:
s3fs_file_proxy
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2021 at 10:52 UTC
Updated:
22 Apr 2021 at 10:52 UTC
Jump to comment: Most recent
I have installed s3fs module, and all images/pdf which were uploaded through image and file fields are getting rendered properly with s3fs public file path.
Now I have <img> tag placed within a markup/content of a body field, which has its src value as follows:
<img class="resp-ico" src="sites/default/files/Component9.svg" style="margin-top: 37px;">
But even after enabling s3fs_file_proxy module, paths of inline images which are placed inside the content of body field, are having the same old path, they were not updated as per the s3fs public path.
Any help will be appreciated.
Comments