Documentation
Library
Community
Donate
Blog
IRC logs
Community
Activity feeds
Mentions
Support Chat
IRC logs
IRC logs
20160325
Logs from channel #fedext on freenode - our official support channel.
2016-10
2016-09
2016-08
2016-07
2016-06
2016-05
2016-04
2016-03
2016-02
2016-01
2015-12
2015-11
2015-10
2015-09
2015-08
2015-07
2015-06
2015-05
2015-04
2015-03
2015-02
2015-01
2014-12
2014-11
2014-10
2014-09
2014-08
2014-07
2014-06
2014-05
2014-04
2014-03
2014-02
2014-01
2013-12
2013-11
IRC log range: 20160325*
20160325
11:22:29
<Guest|98924> hi there, i got a problem rendering iamges in 7.6
11:22:31
<Guest|98924> <f:if condition="{object.mediaelement.image}">
11:22:31
<Guest|98924> <div class="image-wrapper">
11:22:31
<Guest|98924> <f:format.html>{object.mediaelement.image}</f:format.html>
11:22:31
<Guest|98924> <f:if condition="{object.mediaelement.text}">
11:22:31
<Guest|98924> <div class="overlay">
11:22:32
<Guest|98924> <f:format.html>{object.mediaelement.text}</f:format.html>
11:22:32
<Guest|98924> </div>
11:22:33
<Guest|98924> </f:if>
11:22:33
<Guest|98924> </div>
11:22:34
<Guest|98924> </f:if>
11:23:13
<Guest|98924> in frontend just the path of image is shown
11:23:40
<Guest|98924> can someone help?
11:43:44
<Guest|98924> ok, got it:
11:44:06
<Guest|98924> seems that images have to be rendered like this
11:44:08
<Guest|98924> {f:image(src: object.mediaelement.image)}
11:44:52
<Guest|98924> and iframes should be parsed with format.raw like this:
11:44:53
<Guest|98924> <f:format.raw>{object.mediaelement.iframe}</f:format.raw>