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
Comment #1
travist commentedYou 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.
Hope this helps.
Travis.
Comment #2
sreese commentedThanks 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.