From 553df69af6523e2c9755ebd4f3c2dbb5da3433f3 Mon Sep 17 00:00:00 2001 From: Dave Rupert Date: Fri, 2 Sep 2011 10:26:39 -0500 Subject: [PATCH] added syntax highlighting. --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3513fea..ebb1451 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ FitVids automates [the Intrinsic Ratio Method by Thierry Koblentz](http://www.al # How Do I Use It? Include jQuery and FitVids.js in your layout and target your videos container with `fitVids()`. - - - +```javascript + + + +``` This will wrap each video in a `div.fluid-width-video-wrapper` and apply the necessary CSS. After the initial Javascript call, it's all percentage-based CSS magic.