changed the image commenting in base.css to be more clear
This commit is contained in:
parent
df67c35228
commit
41912bd47d
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user