Apologies for the basic question, but I couldn't find an answer online.
I have a textarea that I want to be resizable, but with specific dimensions when the page loads. The initial size should be the minimum size of the textarea. Additionally, I would like it to have a maximum size that can be expanded in both width and height.
For instance, I'd like the textarea to start at a minimum size of H:300px and W:300px, with the ability to resize up to a maximum of H:600px and W:700px. Thank you.