When I choose small as size there is no video. So I checked the media_video.formatters.inc and there is no option, only for original and large. Same in styles media_vimeo.styles.inc. I'm using the latest dev version.

I don't know how to create patches btw :/

Comments

kreynen’s picture

I'll take a look when I get a chance, but you're already deep enough into the code you should take a few minutes and try to submit a patch. If you are using the dev snapshot, you might as well start using git. Makes creating patches much easier...

http://drupal.org/node/707484

sillygwailo’s picture

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still a problem? I hadn't noticed it myself.

yurg’s picture

re: #3

Yes, it's a problem still: Large and Original works fine. My configuration:

Drupal 7.14
Media 7.x-2.0-unstable5
Media: Vimeo 7.x-1.0-beta5
Views 7.x-3.3

h3rj4n’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new812 bytes

I created the patch which should set some default values of the small style. You should check this url: admin/config/media/file-types/manage/video/display/media_small. If that is also set to 'visible' than everything should work fine.

yurg’s picture

@h3rj4n

Tested and works just fine.

Thank you!

RobW’s picture

Title: Small size doesn't exist » Revise view mode formatter defaults

I'm expanding this issue to revising all of the view mode defaults. We actually shouldn't be using small, which will be removed when #1051090: Revamp file view modes: migrate media_small to teaser, media_large to full, media_preview to preview; deprecate link & original goes through. There need to be defaults for teaser and full though.

RobW’s picture

Status: Needs review » Fixed

Copied working code from the YouTube sister issue here: #1320308: Add display settings for "full", "teaser", and "preview" file view mode for media_youtube. Committed to the M:V 7.x-2.x branch: http://drupal.org/node/1229630.

Status: Fixed » Closed (fixed)

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