User video on Profile Page

Status: 
Open
Question: 

I am trying to get the same layout for the video as I/we have for the user pictures.

I made identical setups with views and contemplate.
I changed the the little bit of PHP that displays the photo´s in a horizontal line for the video field ( See below) to work with the video field.
But its not helping. The video´s keep showing up below each other.

Can it be that the the data type has a build in "new line"? I am using embedded video / 3rd party video as field in the content type.

-Adapted PHP code:
<?php foreach ((array)$node->field_video as $item) { ?>
<?php print $item['view'] ?>
<?php } ?>

Thanks for helping.

Responses