I am putting together a media gallery but I don't want thumbnails to display in the playlist. I only want to see the titles of the videos. If there is no way to turn them off, then is there a way to automatically generate a thumbnail? I am trying to avoid having to manually create thumbnails for all of these videos so any pointers would be appreciated, thanks!

Comments

travist’s picture

Status: Active » Fixed

You can do this pretty easily by just copying the mediafront/players/osmplayer/player/templates/default/osmplayer_default_teaser.tpl.php file into your site template. Then, just open up that file, and delete the following line from that template.

<div class="<?php print $params['prefix']; ?>mediaimage <?php print $params['prefix']; ?>mediafield <?php print $params['prefix']; ?>ui-widget-content" type="image" field="thumbnail"></div>

Hope this helps.

Travis.

sreese’s picture

Thanks for help. I was hoping this could eventually be added as an option in the admin interface as I wanted to avoid having to create a custom template just to remove the thumbnail.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.