๐ŸŒ
Dimsemenov
dimsemenov.com โ€บ plugins โ€บ magnific-popup
Magnific Popup: Responsive jQuery Lightbox Plugin
Light and open source responsive lightbox plugin with focus on performance, for jQuery and Zepto.js. High-DPI (retina) display support, fast tap for touch devices.
๐ŸŒ
Noble Desktop
nobledesktop.com โ€บ using a jquery plugin: lightbox (a pop-up image viewer)
Using a jQuery Plugin: Lightbox (A Pop-up Image Viewer) | Free JavaScript Tutorial
June 5, 2025 - In this exercise, youโ€™ll learn how to use a free jQuery lightbox plugin called Magnific Popup. When a user clicks a thumbnail image to see a larger version, JS can create a โ€œlightboxโ€ effect.
๐ŸŒ
W3Schools
w3schools.com โ€บ howto โ€บ howto_css_modal_images.asp
How To Create Modal Images
Learn how to create responsive Modal Images with CSS and JavaScript. A modal is a dialog box/popup window that is displayed on top of the current page.
๐ŸŒ
Noble Desktop
nobledesktop.com โ€บ jquery lightbox: a pop-up image viewer
jQuery Lightbox: A Pop-up Image Viewer | Free JavaScript & jQuery Tutorial
June 5, 2025 - The tutorial provides an in-depth guide on using JavaScript to create a lightbox effect for enlarging images on a webpage. This involves incorporating a free jQuery lightbox plugin called Magnific Popup.
๐ŸŒ
jQuery Script
jqueryscript.net โ€บ jquery plugins โ€บ jquery lightbox plugins
Image Modal With Zoom In/Out - jQuery image-popup.js | Free jQuery Plugins
A lightweight and fast jQuery image lightbox plugin that displays images in a modal popup with zoom in and zoom out capabilities.
๐ŸŒ
CodeHim
codehim.com โ€บ home โ€บ lightbox โ€บ onclick image popup jquery lightbox plugin
onclick Image Popup jQuery Lightbox Plugin โ€” CodeHim
January 22, 2024 - A lite plugin / code snippet that helps you to create onclick show image in popup using jQuery. It create HTML & CSS based image popup modal / lightbox.
๐ŸŒ
Codehimblog
codehimblog.github.io โ€บ jquery-popup-lightbox
jQuery and CSS Popup Image Lightbox
Written in: HTML, CSS, JS Frameworks: jQuery 3.3.1 & Font Awesome, Animate CSS. ... Simple, clean, light weight and fast. ... Detect next and previous images. Show status (numbering) for each image. Popup window show the caption of the image detected from alt text.
๐ŸŒ
jQuery Script
jqueryscript.net โ€บ tags.php
Free jQuery image lightbox Plugins
PopUp Image is a super lightweight jQuery plugin used to display images in a modal-style popup window with basic show/hide animations. ... jLightbox is a fresh new jQuery plugin that allows you to display any Html contents in a responsive lightbox with a fancy popup animation.
๐ŸŒ
jQuery Script
jqueryscript.net โ€บ jquery plugins โ€บ jquery lightbox plugins
Minimalist Image Lightbox Popup Plugin - jQuery image-popup.js | Free jQuery Plugins
September 10, 2017 - image-popup.js is a dead simple & CSS less jQuery image lightbox plugin which could be used to overlays your images on the top of the webpage.
Find elsewhere
๐ŸŒ
GrayGrids
graygrids.com โ€บ blog โ€บ jquery-javascript-lightbox-image-gallery-plugins
11+ Best Free jQuery Image Gallery & Lightbox Plugins | GrayGrids
December 31, 2024 - Enhance your website with our curated list of 11+ Best Free jQuery Image Slider and Carousel Plugins in 2025. Magnific Popup is a responsive kind of lightbox & dialog script that concentrates on performance and works to offer the finest experience ...
๐ŸŒ
GitHub
github.com โ€บ manharsharma007 โ€บ image-popup-jquery
GitHub - manharsharma007/image-popup-jquery ยท GitHub
This jquery plugin can be used to make images popup when clicked. The popup images can be zoomed-in and out used dedicated buttons.
Author ย  manharsharma007
๐ŸŒ
GitHub
github.com โ€บ permadi-com โ€บ html-jquery-image-popup-lightbox
GitHub - permadi-com/html-jquery-image-popup-lightbox: A simple image popup using JQuery. Will center image vertically and horizontally inside the browser window.
A simple image popup using JQuery. Will center image vertically and horizontally inside the browser window. - permadi-com/html-jquery-image-popup-lightbox
Author ย  permadi-com
๐ŸŒ
jQuery Script
jqueryscript.net โ€บ tags.php
Free jQuery gallery lightbox Plugins
All the Free jQuery Plugins about 'gallery lightbox' are listed here. ... lightGallery is a lightweight, elegant, responsive, mobile-friendly jQuery plugin for displaying an image/video gallery in a fullscreen lightbox with CSS3 transition effects. ... A feature-rich jQuery plugin thats creates modals, dialogs, popups, lightboxes, alerts, slideshows (gallery lightboxes) on your modern web app.
๐ŸŒ
jQuery Script
jqueryscript.net โ€บ jquery plugins โ€บ jquery lightbox plugins
Image Slider Popup Plugin With jQuery - Popup Lightbox | Free jQuery Plugins
Shows a counter that displays the current/total images. Auto exacts captions from alt attribute. Top 10 JavaScript & CSS Gallery Lightbox Libraries ยท 1. Include the necessary jQuery library, Animate.css and Font Awesome Iconic Font on the web page. <!--jQuery--> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> </script> <!--Font Awesome--> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <!--Animate CSS--> <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet" />
๐ŸŒ
GitHub
github.com โ€บ rajankarmakar โ€บ jquery-singleimagepopup
GitHub - rajankarmakar/jquery-singleimagepopup: This is a simple Image popup Jquery plugin. With a very simple configuration, you can show a popup on your webpage. By the way, this plugin works after page load.
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="assets/css/singleimagepopup.min.css" /> </head> <body> <div id="singleimagepopup"></div> <script src="assets/js/jquery.min.js" crossorigin="anonymous"></script> <script src="assets/js/jquery.singleimagepopup.min.js"></script> <script> $(document).ready(function () { $("#singleimagepopup").singleImagePopup(); }); </script> </body> </html> And you are done, awesome. Just visit the page, you should see the popup after the page load. $("#singleimagepopup").singleImagePopup({ width: "560px", height: "400px", imageUrl: "/assets/images/sample.jpg", stop: false, });
Author ย  rajankarmakar
๐ŸŒ
Best jQuery
bestjquery.com โ€บ home โ€บ popup window
350+ jQuery Popup Window Plugin & jQuery Modal with Example
MessiJS also provides a nice, flexible ... content, images and ajax requests with 5KB code. ... Bootstrap 4 Modal Responsive jQuery Plugin is a set of different modals and popups those contains carousel, sliders, forms, adds banners, videos etc with advanced options. ... Popbox.js is a tiny javascript plugin for creating stackable modals. It is fully customizable and dependency free...
Top answer
1 of 1
1

From your question it is not entirely clear what you want to achieve. But since your are mentioning you want to create a pop-up I expect you want to have a dedicated element (div) to showcase your enlarged image.

So in the example below there is an #image-pop-up element that is hidden by default. Since you are already using jQuery, judging by the $('.img-thumbnail') in your example, you can use some of the default jQuery functions to add and remove an image to the #image-pop-up element. And also hide and show it. Adding the image when you click on the thumbnail, and removing it when you click on the enlarged image.

Also do not comma separate your classes in a HTML element!

$(document).ready(function(){
    $('.img-thumbnail').on('click', function() {
        $('#image-pop-up').prepend('<img src=' + $(this).attr('src') + ' id="enlarged-image" />');
        $('#image-pop-up').show();
    });
    
    $('#image-pop-up').on('click', function() {
        $(this).hide();
        $('#enlarged-image').remove();
    });
   
});
#image-pop-up {
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
 
#image-pop-up img {
  width: 100%;
}

figure {
  height: 80px;
  width: auto;
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
 
.img-thumbnail {
  height: 100%;
  border-style: groove;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<div id="image-pop-up"></div>

<figure>       
  <img class = "double img-thumbnail" src="https://www.fillmurray.com/400/300" alt="Poodle"             
  title="View larger image..."/>    
  <figcaption class="caption1">Bill 1</figcaption>
</figure>

<figure>       
  <img class = "double img-thumbnail" src="https://www.fillmurray.com/400/500" alt="Poodle"             
  title="View larger image..."/>    
  <figcaption class="caption1">Bill 2</figcaption>
</figure>

<figure>       
  <img class = "double img-thumbnail" src="https://www.fillmurray.com/200/300" alt="Poodle"             
  title="View larger image..."/>    
  <figcaption class="caption1">Bill 3</figcaption>
</figure>

๐ŸŒ
C# Corner
c-sharpcorner.com โ€บ UploadFile โ€บ prathore โ€บ image-popup-using-jquery
Image Popup Using JQuery
Image Popup Using JQuery ยท image thumb ยท Recommended Free Ebook ยท Printing in C# Made Easy Download Now!