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
|
/* #Images
|
||||||
================================================== */
|
================================================== */
|
||||||
/*
|
/*
|
||||||
|
The purpose of the below declaration is to make sure images don't
|
||||||
This declaration breaks certain lightbox, slider or other plugins. The purpose is to make sure
|
exceed the width of columns they are put into when resizing window.
|
||||||
images don't exceed the width of columns they are put into. Best solution is to individually
|
Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
|
||||||
call these properties on images that you want to resize with the grid
|
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 {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user