I have created more than 100 razor components using syncfusion control with 1920 X 1800 resolution.The font size and space between each control is good in this resolution.But when I run this application in 1396 X 768 resolution,then the font and space between each control is big and space is not good when compare to 1920 X 1800 resolution.
Please check the below screen cast and advise how to resolve this issue.
Please help
can you provide me example code ??
Awaiting for reply
Please help
It's my top most urgent task
Without support team ,it is difficult to complete task
|
<style>
@@media (min-width: 1366px) {
.e-control{
width: 260px;
height: 295px;
}
}
</style> |
sorry the above media query is not working
Please check my comments in below screencast
https://www.screencast.com/t/bWCJ8KMZ
Please help, its my top most urgent
Thanks for update
Can I send my razor component by tomorrow morning??
Please check the below screencast and attached sample code for your reference.
screencast:-
https://www.screencast.com/t/sSwcisUUv
awaiting for reply
Thanks for update...
Is it possible to change existing syncfussion control height and font size based on screen resolution.