HI,

I have added the possibility to put youtube movies into my content.
however, when I add a movie it stretches over the full width of the content...
How can I resolve that?
Mark

Comments

caskraker’s picture

Version: 7.x-1.6 » 7.x-2.0
Component: Miscellaneous » Code
Assigned: El Rey Mark » Unassigned
Priority: Normal » Major
Issue summary: View changes

+1. It does this on all video's: Inline, embedded or as a field. Not only is the width set to 100% but also the height is restricted. I searched the css for a possible container for video but no find.

caskraker’s picture

Priority: Major » Minor
Status: Active » Fixed

Found it. In style.css in your theme root there is a line (actually the very last line in the file) that covers an iframe container. Delete the line (or put */ in front of it to comment it out) and this problem is solved.
Strange that no one else has encountered this.
Don't forget to clear your cache before testing the change.

Cas

Status: Fixed » Closed (fixed)

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