I have an Umbraco site which is used for populating a press section and blog section on another site.
My other site uses a bit of code to then pull in the contents to specific pages.
When I try to add an image within a blog or press item grid page the images are not appearing.
I have altered the Partials/Grid/Editors/Media.cshtml to fix the issue when I am adding images on their own. But I cannot seem to find a way to ensure the media items have the full url.
Absolute media URL when adding images in Grid RTE
Hi,
I have an Umbraco site which is used for populating a press section and blog section on another site.
My other site uses a bit of code to then pull in the contents to specific pages.
When I try to add an image within a blog or press item grid page the images are not appearing.
I have altered the Partials/Grid/Editors/Media.cshtml to fix the issue when I am adding images on their own. But I cannot seem to find a way to ensure the media items have the full url.
Any ideas?
Hello,
When rendering the html you could try to use this method: https://github.com/jbreuer/Hybrid-Framework-for-Umbraco-v7-Best-Practises/blob/dc1a41a68456df219b6381623c7b937c39a2098c/Umbraco.Extensions/Utilities/ExtensionMethods.cs#L374
Jeroen
is working on a reply...