t1m0n / air-datepicker

Lightweight, dependency-free JavaScript datepicker.
https://air-datepicker.com
MIT License
2.58k stars 1.36k forks source link

Modifying size of date-picker? #587

Open MrClue opened 4 months ago

MrClue commented 4 months ago

I need a way to responsively modify the calender so that it takes up the entire availalbe width of its parent container, while making sure that the aspect ratio stays the same.

I am unable to find any documentation regarding sizing the calendar, but was able to override some css variables to change the width and height of cells. However it does not look "right", and was wondering if anyone else have had the same issue, and possibly have a solution?