http://cristinarichart.com/galeria-normal/
Why when I use the normal gallery (not the masonry gallery) photos stay dark too long and when I put the mouse over the photo it goes darker instead of brighter and more outstanding?.
Hi fjrichart!
You can add this on your custom.css or Quick CSS to decrease the opacity of the images on initial load:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: auto!important;
opacity: .8;
}
Use this to make the opacity to 100% when hovered:
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
Cheers!
Ismael