This is happening when you insert a simple text field to media:thumbnail. Should we make a preproccess for this case?

media:thumbnail looks like this:
<media:thumbnail>http://browse-tutorials.com/sites/browse-tutorials.com/files/tutorials-images/inner-join.png</media:thumbnail>

should be like:
<media:thumbnail url="http://browse-tutorials.com/sites/browse-tutorials.com/files/tutorials-images/inner-join.png />

Comments

maciej.zgadzaj’s picture

Category: bug » support
Status: Active » Closed (works as designed)

The <nedia:thumbnail> element is not designed to work with simple text fields. As per documentation you should use either image, file/media or video field for this element. Otherwise, yes, you would need to write your own preprocess function to format the output correctly.

maciej.zgadzaj’s picture

Issue summary: View changes

Specify