Closed (fixed)
Project:
Corporate Clean
Version:
7.x-2.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 20:35 UTC
Updated:
11 Feb 2014 at 12:40 UTC
Jump to comment: Most recent
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
Comment #1
caskraker commented+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.
Comment #2
caskraker commentedFound 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