Transparent background when viewing images

xF2 Template Modification Transparent background when viewing images

Compatible XF Versions
2.1
In extra.less add:

Less:
.lg-backdrop {
    background-color: fade(#000, 20%);
}

Where 20% is the degree of dimming. 100% - complete dimming (as in the original).
Author
DareSec
Views
1,240
Last update
Rating
0.00 star(s) 0 ratings

More resources from DareSec

Top