Question Regarding Seamless Module Function
Using Jamroom
Ah, I think I see.
Try using height="200px" width="300px" for both the images.
{if $item.seamless_module == "jrVideo"}
display it like you want a video to be
{else}
display it like you want a youtube to be
{/if}
COMBINED INTO SOMETHING LIKE THIS WHICH DIDNT WORK AT ALL
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.youtube_title_url}"> <img src="{$item.youtube_artwork_url type="video_image" item_id=$item._item_id size="medium" crop="auto" class="iloutline img_scale" alt=$item.video_title width=false height=false}" alt="{$item.youtube_title|jrCore_entity_string}" class="iloutline img_scale"></a>