This is a migrated thread and some comments may be shown as answers.

Open image full screen

1 Answer 164 Views
LightBox
This is a migrated thread and some comments may be shown as answers.
Pro
Top achievements
Rank 1
Pro asked on 29 Jul 2016, 09:45 AM

Hello! How to open a drawing directly on the full screen automatically?

Do not press the "maximization" and open directly into the maximization mode

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 03 Aug 2016, 08:14 AM
Hi,

To open the image in full screen without an additional click you need to handle the OnShowed event. In the handler you need to call the maximize() method for LightBox.


function onShowed(sender, args) {
    sender.maximize();
}


Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
LightBox
Asked by
Pro
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or