Giter VIP home page Giter VIP logo

Comments (5)

cbotman avatar cbotman commented on September 15, 2024 1

Hey @suyashbansal, it looks like the width and height properties only affect iframe modals, at the moment.

@danhumaan This looks like a bug to me, or is the intent that you use CSS to control the modal content, including its dimensions? In that case, we should update the documentation at least.

from modaal.

jackbarham avatar jackbarham commented on September 15, 2024

I've noticed this problem as well - I need to be able to set the width of all all modals, but this is not working:

$('.modal-show-alert').modaal({
    type: 'confirm',
    width: 480
});

from modaal.

cbotman avatar cbotman commented on September 15, 2024

Hi @suyashbansal and @jackbarham, until @danhumaan's has a chance to look at this, you can hopefully achieve what you need with this CSS (just ensure it's applied after modal.css is included).

Just confirmation dialogs:
.modaal-confirm .modaal-container { width: 400px; height: 200px; }

Or all modals:
.modaal-container { width: 480px; }

It looks like in our own projects we've been using CSS to control the modal sizes like that, which is likely how we missed the potential issue setting it via JavaScript.

from modaal.

danhumaan avatar danhumaan commented on September 15, 2024

Hi @suyashbansal and @jackbarham, an extension for width and height support has been worked in this morning and will become available in the next milestone release (0.3.0). For the width attribute, this will work as a css max-width so as keep it responsive. Height will work as a fixed height with overflow: auto applied so that any content within will scroll within that space.

For all reading this, width and height options are only applicable to the Inline, Ajax, iFrame and Confirm content types. It makes no sense to support modals that are fullscreen, video, instagram or image types as they are all responsive and designed to fill as much space as the content will allow for.

from modaal.

danhumaan avatar danhumaan commented on September 15, 2024

Hi @suyashbansal and @jackbarham, thanks again for your contributions. A fix has been just been rolled out in the latest release for this issue.

from modaal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.