-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto size modal height #15
Comments
I agree, I was just having this issue by using a modal to preview a video, though the videos can be different sizes/dimensions. You can try fiddling around with the class styles as a work-around to try: .vodal-dialogue {
/* .... */
} However, I do agree with you that the size properties should have an Something like this maybe? <vodal :show="true" :height="'auto'" :width="'auto'" ... ... ...></vodal> Another note that I would like to see is a EDIT |
+1 |
Have you tried overriding with CSS ? |
.vodal-dialog { |
Is there a way of modal height be computed with the slot html?
My main problem is that for my use i cannot pass a fix height for the modal, because vary a lot depend on the form that user will trigger!
The text was updated successfully, but these errors were encountered: