Grid of Videos
Design and Skin Customization
Maybe this video will help...or confuse you more

michael css style sheet
<div class="col4">
{jrCore_include template="custom_share_this.tpl"}
<!--profile_discussion template-->
<h1>My Site Videos</h1>
<div id="vidwrap">
<p><a title="Share A YouTube Video" href="http://sayreeagles.net/href="http:/sayreeagles.net/youtube/create" target="_blank"><img style="float: left; margin: 10px;" src="http://sayreeagles.net/upimg/image/upimg_file/74/128" alt="Share A YouTube Video" border="0"></a> <a title="Upload A Video File From Your Device" href="http://sayreeagles.net/uploaded_video/create" target="_blank"><img style="float: left; margin: 10px;" src="http://sayreeagles.net/upimg/image/upimg_file/75/128" alt="Upload A Video From Your Device" border="0"></a></p>
{capture name="template" assign="tpl"}
{literal}
<div class="container">
{foreach $_items as $item}
{if $item@first || ($item@iteration % 3) == 1}
<div class="row">
{/if}
<div class="col4">
<div class="img-profile">
{if $item.seamless_module_name == "jrYouTube"}
<a href="{$jamroom_url}/{$item.profile_url}/youtube/{$item._item_id}/{$item.video_title_url}">
<img src="{$item.youtube_artwork_url}" class="rank_image" width=320 height=180/></a>
{elseif $item.seamless_module_name == "jrVideo"}
<a href="{$jamroom_url}/{$item.profile_url}/video/{$item._item_id}/{$item.video_title_url}">{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" item_id=$item._item_id size="large" alt=$item.video_title title=
$item.video_title class="top_rank" width=320 height=180}</a>
{/if}
</div>
<div class="center mb10">
{if $item.seamless_module_name == "jrYouTube"}
<a href="{$jamroom_url}/{$item.profile_url}/youtube/{$item._item_id}/{$item.youtube_title}">{$item.youtube_title|truncate:24}</a>
{elseif $item.seamless_module_name == "jrVideo"}
<a href="{$jamroom_url}/{$item.profile_url}/video/{$item._item_id}/{$item.video_title_url}">{$item.video_title|truncate:24}</a>
{/if}
<br>
</div>
</div>
{if $item@last || ($item@iteration % 3) == 0}
</div>
{/if}
{/foreach}
</div>
{/literal}
{/capture}
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc" pagebreak=30 page=$_post.p pager=true template=$tpl}</div>
#vidwrap {
width: 95%;
margin: 0px 0px 0px 0px;
padding: 16px 16px 16px 16px;
height: auto;
line-height: 100%;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 2px 2px 3px #666666;
-webkit-box-shadow: 2px 2px 3px #666666;
-moz-box-shadow: 2px 2px 3px #666666;
background: #5D0303;
background: linear-gradient(top, #5D0303, #000000);
background: -ms-linear-gradient(top, #5D0303, #000000);
background: -webkit-gradient(linear, left top, left bottom, from(#5D0303), to(#000000));
background: -moz-linear-gradient(top, #5D0303, #000000);
border: solid 2px #000000;
position:relative;
z-index:0;
}