Transparent background when viewing images

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).
Result (set to 50%):
1586796134205.png
 
Back
Top