diff --git a/stylesheets/base.css b/stylesheets/base.css index 0f4b5c7..26b024d 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -120,10 +120,11 @@ /* #Images ================================================== */ /* - - This declaration breaks certain lightbox, slider or other plugins. The purpose is to make sure - images don't exceed the width of columns they are put into. Best solution is to individually - call these properties on images that you want to resize with the grid + The purpose of the below declaration is to make sure images don't + exceed the width of columns they are put into when resizing window. + Unfortunately, this declaration breaks certain lightbox, slider or other plugins, + so the best solution is to individually call these properties on images that + are children of the grid that you want to resize with grid. img { max-width: 100%;