Active
Project:
Embedded Media Field
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2009 at 23:17 UTC
Updated:
10 Feb 2012 at 09:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex ua commentedCommitted. Thanks!
Comment #3
jhofer commentedThanks for this!
Comment #4
akolahi commentedanother way to do it is by theming. you can add something like this to your css:
Comment #5
mennonot commentedI had this problem of unwanted scroll bars with a lightbox iframe showing a Vimeo video with Embedded Video Field 6.x-2.x-dev and Lightbox2 6.x-1.9. The CSS solution doesn't work, but this modification of davidwhthomas' patch worked at line 215 of emfield/contrib/emvideo/emvideo.theme.inc:
which was:
Comment #6
CinemaSaville commentedI had the same problem using Shadowbox, and simply removed the +5 from both width and height. Now it works perfectly.
Comment #7
imclean commentedUsing lightbox2, there was too much of a gap to the right and underneath the video. The values which worked for me are as follows:
The horizontal scrollbar only appeared because the vertical one was there adding to the width. Removing the vertical scrollbar ($height + 3) meant the horizontal one disappeared as well.
Perhaps these values could be configurable through the admin settings. They could vary with different players.
Comment #8
imclean commentedActually, given my (and others') comments above, I don't consider this is fixed. Widespread testing with more detailed descriptions of the problem would be a good idea.
I'm using Embedded Media Field with the Media YouTube module, using the YouTube player. As mentioned above, giving enough space for the player (3px vertically in this case) removed the requirement for either scrollbar.
Comment #9
henrijs.seso commented+1
#7 was close, still small strip of
<body>below video, but setting it to black did the trick. is this really lightbox type modules issue?Comment #10
bkosborneHere is what mine looks like without any modifications. This is launched from a emthumb imagecache field being clicked... i'll try and do what I can in CSS, but certainly a weird problem.
Comment #11
dgsiegel commentedthis patch http://drupal.org/node/1050792#comment-4137386 might be interesting for, although i have no idea if lightbox2 supports embedded videos
Comment #12
Germando commentedThis fix is for version 6.x-2.5 -- Everybody has different numbers, here mines:
In Addition, some CSS: