Active
Project:
Embedded Media Field
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Oct 2007 at 21:46 UTC
Updated:
17 Oct 2007 at 19:59 UTC
I have installed your module and got it running but now I have a preview of a video (YT) in a teaser. Is it possible to have my text flow around it?
Many thx
Theo Richel
Comments
Comment #1
aaron commentedI might need to add some class wrappers to the module to make that type of thing easier.
For now, you'll need to find the class being use.
For instance, you might see:
<div class="field field-type-video-cck field-field-video">you would add the following to style.css. basically, a float, and set w/h (because embedded objects don't float properly otherwise, i believe, though i could be mistaken off hand).
I'll turn this into a feature request to examine the field wrappers.