Answered
Resize an extension Panel from script
How can I resize my panel from the JS script of my extension - at button click time for example?
Thanks.
How can I resize my panel from the JS script of my extension - at button click time for example?
Thanks.
$(window).on("resize", funcion()
{
// do
});Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.