The site I'm working on is built on Drupal 7.19 using Media: Vimeo 7.x-2.x-dev (2012-Dec-13) and Media 7.x-2.0-unstable7+25-dev (2013-Feb-09) (I encountered this problem with Media 7.x-2.0-unstable7 as well).
I have an embedded video field on a video content type. When I add a Vimeo video, it works. It is added, but it's thumbnail does not show up, only its title text. Interestingly enough, I have the exact same setup on a dev site on my laptop and the thumbnail showed up fine. When I updated the same modules on the live site, I encountered the thumbnail problem.
Does someone know how to fix this issue?
Thank you.
Comments
Comment #1
gmclelland commentedThere have been lots of changes since then. Does this still happen with the latest 2.x-dev? Might be a good idea to also update your media and file_entity to 2.x-dev as well. Make sure you have backups first.
Comment #2
pkchoo commentedLooks like this was a server related issue. I moved the site to a different hosting platform and the thumbnails displayed fine.
Comment #3
bporter2387 commentedI had the same issue. When using the latest dev version of file_entity, a new menu item was added under "Structure"
admin/structure/file-types/manage/video/file-display/
The "Display Precedence Order" was set to "Large filetype icon" first, and "Vimeo Preview Image" second. Switching them around fixed the issue.
Comment #4
rob c commented( #2106977: Remove unnecessary variable namespacing might hold the fix for clean installs )
Comment #5
devin carlson commentedRetitling to address the current issue.
Comment #6
devin carlson commentedA patch to add a default display configuration.
Comment #7
devin carlson commentedTested #6 with a fresh install of Media: Vimeo and verified that videos displayed the proper player/thumbnail in the default/teaser/preview view modes.
Committed #6 to Media: Vimeo 7.x-2.x.