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

119
Views
Smooth Zoom Pan - jQuery Image Viewer en una imagen cargada dinámicamente

Estoy tratando de aplicar Smooth Zoom Pan en una imagen cargada dinámicamente como esta:

 <div id="imgDiv" class="img-fluid"></div> function createImg() { var div = $("#imgDiv"); div.empty(); var newImg = new Image(); newImg.id = 'myImg'; newImg.useMap = '#buildingMap' newImg.setAttribute('class', 'img-fluid'); newImg.attr("src", 'data:image/jpg;base64, ' + imgContent); div.append(newImg); }

imgContent es el contenido Base64 de la imagen que obtengo de la base de datos con una llamada AJAX.

Después de crear la imagen:

 setTimeout(function () { $('#myImg').smoothZoom({ width: 500, height: 500 }); }, 500);

Como resultado, obtengo solo un div vacío blanco con bordes

¿Alguna sugerencia de cómo solucionar esto?

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!