1. Is it possible to remove the inner white border of the lightbox? I mean the one that surrounds an image.
2. Is it possible to adjust the opacity level of the backdrop? All I can find is it's either on or off according to whether the lightbox is modal or not.
1 Answer, 1 is accepted
0
Angel Petrov
Telerik team
answered on 11 Dec 2014, 02:41 PM
Hello Brian,
Regarding your questions.
I am experiencing difficulties understanding this question. Generally speaking there is no white inner border. Can you provide us with a screenshot that can help us determine which element should be removed?
In order to set a value for the opacity you can use the following CSS rule.
div.rltbOverlay {
opacity:0.3;
}
Regards,
Angel Petrov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.