phpbbgallery
phpbbgallery copied to clipboard
clip-path in gallery.css
clip-path not implemented. May be comment this strings? Prev and Next photos in viewimage not clickable with this clip-path...
.image_prev_image
{
float: left;
text-align: left;
width: 48%;
clip-path: url(#left_arrow);
}
.image_next_image
{
float: right;
text-align: right;
width: 48%;
clip-path: url(#right_arrow);
}