Is it possible from module J51 - ImageHover Gallery to make the corners of the images round without editing the image itself. Possibly with css border-radius?
I try it with
.j51imagehover148 .j51imghvr-item {
display: inline-block;
width: 33.333%;
padding: 5px 5px;
box-sizing: border-box;
border-radius: 10px 25%;
}
but it doesent work