Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Syamil MJ

    (@syamilmj)

    Hi,

    Thanks for trying out the plugin ??

    Currently that option is not yet available, but you can put this into your custom JS file. Make sure to read the Wiki on how to add your custom JS:

    $('li.block-aq_tabs_block').resizable({
    	minWidth: 300
    });
    

    I’ll consider adding this feature in next version ??

    Cheers

    Thread Starter abcdefasgsah

    (@leomg10)

    Thank you for your great plugin, and support!

    Thread Starter abcdefasgsah

    (@leomg10)

    Please, help me if possible.
    I found nothing on the wiki about how to add your custom JS.
    When I tried to include the JS in the aqpb.js, all the “resizable_args” were ignored for Tab Blocks, working only the “minWidth: 300”.

    Plugin Author Syamil MJ

    (@syamilmj)

    You can use the aq-page-builder-view-enqueue hook to enqueue your custom css/js files.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Could I define min size?’ is closed to new replies.