I am using the Embedded video field and i have a custom views template.

How can I print the embedded field in my custom views template?

Normally i use
print $fields['title']->content;

or

print $fields['field_name_value']->content;

Comments

dotidentity’s picture

Fixed it with:

print $fields['field_video_embed']->content;