Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
Problems using Croppie JS

I am trying to use Croppie JS. Upon initializing and binding croppie, the slider is visible, but the image is not. I can't figure out why.

Here is my code.

<input type="file" id="input" name="image" accept="image/*" />
<br />
<img id="output" width="300" /> 
<script>

    input.addEventListener('change', function (e) {
    
        let files = e.target.files;

        console.log(files);

        var image = document.getElementById('output');

        let imgUrl = URL.createObjectURL(files[0]);

        image.src = imgUrl;

        var c = new Croppie(document.getElementById('output'));

        c.bind({
            url: imgUrl
        });

    });

</script>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!