evcom Posted October 13, 2019 Share Posted October 13, 2019 I am trying to embedd images that were uploaded via the media manager in the Pages Application. When inserting the media tag, e.g. {media="3"}, then the image would not be displayed on the relevant page. When adding the tag to a page created by using "Manual HTML", the the path the image is shown on that page, but no image. When adding the media tag into the WYSIWYG editor, then just the tag code {media="3"} is displayed in frontend, but no image. I must be doing something wrong somewhere. Using the latest 4.4.7 Version. Any idea whats wrong? Thanks for any pointer! Link to comment Share on other sites More sharing options...
opentype Posted October 13, 2019 Share Posted October 13, 2019 It’s not meant to be posted in the editor. It’s a template tag meant to be used in templates. If you want to show the URL the media tags contain as image in templates or custom pages, you do something like <img src='{media="3"}'> Link to comment Share on other sites More sharing options...
evcom Posted October 13, 2019 Author Share Posted October 13, 2019 Thanks opentype, that clarifies it. The guidance here let me believe it's also possible to use the tag in combination with the editor. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.