xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

Increase size of DateTimePicker #778

Open cavalryjim opened 2 years ago

cavalryjim commented 2 years ago

When used inline, how can I increase the overall size of the DateTimePicker UI?

arcanemachine commented 2 years ago

document.querySelector('.xdsoft_datetimepicker').style.transform = "scale(1.25)";