mirror of
https://github.com/Pathduck/gallery3-themes-modules.git
synced 2025-07-26 11:35:12 -04:00
smk/widesmk css for image/video auto fit
This commit is contained in:
parent
9406832db1
commit
ab01fff5e1
@ -547,6 +547,8 @@ td {
|
|||||||
#g-item .g-movie {
|
#g-item .g-movie {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||||
|
@ -553,6 +553,8 @@ td {
|
|||||||
#g-item .g-movie {
|
#g-item .g-movie {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user