diff --git a/README.md b/README.md index 3e2b34b..f99740f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You'll need to include jQuery (v1.9 or greater), the FocusPoint script, and Focu #### 3. Mark up your image container -Specify the image dimensions and focus point coordinates on the image container. The image will take up whatever space is available in the container, so make sure there is some space to fill by setting a height for the container in your CSS. Note: I know it shouldn't really be necessary to specify image dimensions but I've found this to be more reliable than reading the dimensions from the image. Example: +Specify the image dimensions and focus point coordinates on the image container. The image will take up whatever space is available in the container, so make sure there is some space to fill by setting a height for the container in your CSS. Example: ```html
Try resizing the window. Watch how the frames change to use all of the available space while preserving the focus of the image. The left frame uses FocusPoint to control the crop, while the right frame uses only CSS. - » Project Home
+ » Project Home