Question Regarding Seamless Module Function
Using Jamroom
Thanks Ultrajam- I have used seamless to combine the lists-
The part I cant get seamless to do is to format the image thumbnails so they are the same
this from JR video
item_id=$item._item_id size="medium" crop="auto" class="iloutline img_scale" alt=$item.video_title width=false height=false}vs this from the YouTube module
{$item._item_id}/{$item.youtube_title_url}"><img src="{$item.youtube_artwork_url}" alt="{$item.youtube_title|jrCore_entity_string}" class="iloutline img_scale">If I use seamless to combine these in a Col-3 layout 4 wide- the youtube thumbnails break out of the col-3 layout
My guess is that when using seamless to combine them it uses the settings from each template on how to display the combined images ( which this maybe totally incorrect)
It seems like in a "perfect world" all the output video thumbnails would be sized the same way like
size="medium" crop="auto" class="iloutline img_scale" alt=$item.video_title width=false height=falseI guess i do not understand the reasoning for the default settings to size all 3 differently and most importantly I dont know how to fix it...
Plans on getting some help from India tonight
updated by @derrickhand300: 03/14/15 03:06:58PM
