Coder Social home page Coder Social logo

Comments (3)

fengyuanchen avatar fengyuanchen commented on May 2, 2024 1

The size of the cropper container is depended on the target image's parent element. So you can add a wrapper for your img tag. With Bootstrap Modal component, you can try this:

HTML:

<div id="crop-modal" class="modal">
    ...
    <div class="modal-body">
        <div class="img-wrapper">
            <img src="example.jpg">
        </div>
    </div>
    ...
</div>

Javascript:

$("#crop-modal").on('shown.bs.modal', function () {
    $(".img-wrapper img").cropper();
});

from cropper.

fengyuanchen avatar fengyuanchen commented on May 2, 2024

Can you get me a URL or a demo to try it?

from cropper.

yanickrochon avatar yanickrochon commented on May 2, 2024

You can reproduce by setting up any example inside a Bootstrap 3 Modal dialog. Unfortunately, I had to switch to Jcrop as I have to respect my deadlines and have to move on with this.

(Note : Jcrop also had problems with Bootstrap--with image sizes--, but it was Bootstrap's problem on that one.)

AFAIK, this problem may lie in the fact that cropper is using the container's parent to calculate the width, and center the image.

from cropper.

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.