Skip to content

Commit

Permalink
removed the img width 100% declaration. Breaks some plugins and techn…
Browse files Browse the repository at this point in the history
…iques, but commented why it was removed and how the same effect of scaling images can be achieved by individually calling those properties on images
  • Loading branch information
dhg committed May 20, 2011
1 parent c1ad114 commit df67c35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stylesheets/base.css
Expand Up @@ -119,9 +119,17 @@

/* #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
img {
max-width: 100%;
height: auto; }
*/


/* #Buttons
Expand Down

0 comments on commit df67c35

Please sign in to comment.