How to float YouTube video's within text

This has been a topic of conversation with several people in recent weeks, so I thought I would share a method today on how to get text wrapping correctly around a YouTube video. The core of the problem is that Youtube video's (like other objects) are block elements, and thus they span the full 100% width of a given container, and split blocks of text into two. Not always ideal. Video content does not behave in the same way, compared to images. So we have to use some extra code to get wrapping working correctly. Read More...
Comments