removed the img width 100% declaration. Breaks some plugins and techniques, but commented why it was removed and how the same effect of scaling images can be achieved by individually calling those properties on images
This commit is contained in:
parent
c1ad114a99
commit
df67c35228
@ -119,10 +119,18 @@
|
|||||||
|
|
||||||
/* #Images
|
/* #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 {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto; }
|
height: auto; }
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* #Buttons
|
/* #Buttons
|
||||||
================================================== */
|
================================================== */
|
||||||
|
Loading…
Reference in New Issue
Block a user