Vue-js-modal: maxWidth doesn't work on 1.3.31

Created on 8 May 2019  路  4Comments  路  Source: euvl/vue-js-modal

Problem:

I can't set maxWith.
I try:

  <modal name="onboard" :max-width="302">
  <modal name="onboard" :maxWidth="302">

Am I missing something here? Thanks

question answered stale

Most helpful comment

Hi @MacgyverMartins , I think I had a similar problem. Try adding :adaptive="true"!

If adaptive is false (which is the default), the internal logic of the modal will only use your width-attribute to calculate the width and position of the modal. With adaptive=true it will include maxWidth for the calculations. By the way: With adaptive=true, it will automatically set the window-width as maximum width which is nice for responsive behavior.

All 4 comments

Hi @MacgyverMartins , I think I had a similar problem. Try adding :adaptive="true"!

If adaptive is false (which is the default), the internal logic of the modal will only use your width-attribute to calculate the width and position of the modal. With adaptive=true it will include maxWidth for the calculations. By the way: With adaptive=true, it will automatically set the window-width as maximum width which is nice for responsive behavior.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed.

This should be mentioned in the docs.

"If adaptive is false (which is the default), the internal logic of the modal will only use your width-attribute to calculate the width and position of the modal. With adaptive=true it will include maxWidth for the calculations. By the way: With adaptive=true, it will automatically set the window-width as maximum width which is nice for responsive behavior."

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bicstone picture bicstone  路  4Comments

dland512 picture dland512  路  4Comments

a3020 picture a3020  路  5Comments

heykkyu picture heykkyu  路  4Comments

uptownhr picture uptownhr  路  4Comments