This is gk-gallery css:
- Code: Select all
.gk-cols {
margin: 0 -20px;
text-align: left;
width: auto;
}
.gk-cols + .gk-cols {
margin-top: 80px;
}
.gk-cols.gk-gallery {
margin: 0 -10px;
}
.gk-cols.gk-gallery > div {
padding: 0 10px;
}
.gk-cols.gk-gallery > div > a {
display: block;
margin: 0 0 20px 0;
}
.gk-cols.gk-gallery > div > a > img {
display: block;
height: auto;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 100%;
will-change: opacity;
}
.gk-cols.gk-gallery > div > a:hover > img {
opacity: 0.7;
}
Example: http://www.gastrosociologia.com/index.php/gallery
(With right button on mousse and clik open in a new window it's OK, not direct clik)
Many Thanks