fix imagegrid for chromium/blink browsers
This commit is contained in:
parent
e855b5e35a
commit
2b92e013a4
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ nav ul {
|
|||
}
|
||||
|
||||
.photo-grid img {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
|
|
Reference in a new issue