🌐
npm
npmjs.com › package › magnific-popup
magnific-popup - npm
June 8, 2024 - Lightbox and modal dialog plugin. Can display inline HTML, iframes (YouTube video, Vimeo, Google Maps), or an image gallery. Animation effects are added with CSS3 transitions. For jQuery or Zepto..
      » npm install magnific-popup
    
Published   Jun 08, 2024
Version   1.2.0
Author   Dmytro Semenov
🌐
Stack Overflow
stackoverflow.com › questions › 50066537 › vue-multiple-parents-use-the-same-child
Vue - multiple parents use the same child
May 3, 2018 - Declare MagnificPopup as a dependency of DeleteConfirm so that whenever one or more <delete-confirm> element is used, a single <magnific-popup> element is added to the DOM of myfile.html. ... I just came across vue-magnific.
🌐
JSFiddle
jsfiddle.net › mig1098 › 6jasfrez
magnific popup - JSFiddle - Code Playground
JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle.
🌐
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.
🌐
Stack Overflow
stackoverflow.com › questions › 47473705 › magnific-popup-not-working
javascript - Magnific-Popup Not Working
<!-- Magnific Popup core CSS file --> <link rel="stylesheet" href="magnific-popup/magnific-popup.css"> <!-- jQuery 1.7.2+ or Zepto.js 1.0+ --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js" type="text/javascript"></script> <!-- Magnific Popup core JS file --> <script src="magnific-popup/jquery.magnific-popup.js"></script> <script src="magnific-popup/jquery.magnific-popup.min.js"></script>
🌐
Vue Script
vuescript.com › home › modal & popup
Vue.js Modal & Popup Components - Vue Script
Latest free modal window and dialog popup components for Vue.js apps.
🌐
GitHub
github.com › dimsemenov › Magnific-Popup › issues › 1153
How to use it in Vue.js?? · Issue #1153 · dimsemenov/Magnific-Popup
June 30, 2020 - dimsemenov / Magnific-Popup Public · Notifications · You must be signed in to change notification settings · Fork 3.4k · Star 11.4k · New issueCopy link · New issueCopy link · Open · Open · How to use it in Vue.js??#1153 · Copy link · Yuban32 · opened · on Jul 1, 2020 ·
Author   Yuban32
🌐
Polodev
polodev.github.io › ms › how-to-show-magnipop-modal-in-full-screen-along-with-scoped-class
How to Show Magnipop Modal in Full Screen Along With ...
November 14, 2018 - $('.popup-modal').magnificPopup(); Tags: js plugin magnipop model lightbox modal · Previous Post Next Post · How to Upload a File in Laravel Ajax Way Using Vue Js and Get Absolute Path in Api Response to Show in Frontend · Sibling Communication in Vue Js Using Event Bus ·
Find elsewhere
🌐
CodePen
codepen.io › SitePoint › pen › Ejxvjr
Delayed Magnific Popup modal
// Popup effect with Magnific Popup // http://dimsemenov.com/plugins/magnific-popup/ function openPopup(){ $.magnificPopup.open({ items: { src: '#popup', }, mainClass: 'mfp-newspaper' }); $("button").prop("disabled", false); } $("button").on("click", function(){ setTimeout(openPopup, 2000); $(this).prop("disabled", true); });
🌐
Vue.js Examples
vuejsexamples.com › tag › popup
Popup - Vue.js Examples
March 27, 2018 - A customizable modal component for vue. 28 May 2021 ... A Full Screen Modal Popup For Vue.
🌐
CodeSandbox
codesandbox.io › examples › package › magnific-popup
magnific-popup examples - CodeSandbox
Use this online magnific-popup playground to view and fork magnific-popup example apps and templates on CodeSandbox.
🌐
Dimsemenov
dimsemenov.com › plugins › magnific-popup › documentation.html
Magnific Popup Documentation
String that contains classes that will be added to the root element of popup wrapper and to dark overlay. For example "myClass", can also contain multiple classes - 'myClassOne myClassTwo'.
🌐
Minddevelopmentanddesign
minddevelopmentanddesign.com › home › the mind blog › how to create a web accessible modal window with magnific popup
How to Create a Web Accessible Modal Window with Magnific Popup
August 29, 2025 - This could be an input element or a button, such as the button to close the modal window. Modals should at least have a button to close them. For our basic modal, we will send the focus to the close button. We can do this through Magnific Popup by adding focus:”.mfp-close” to our script.
🌐
npm
npmjs.com › browse › depended › magnific-popup
packages depending on magnific-popup
[![Build Status](https://jenkins.autospot.ru/job/Tools/job/auto-build-vue-makeup/badge/icon)](https://jenkins.autospot.ru/job/Tools/job/auto-build-vue-makeup/)
🌐
Stack Overflow
stackoverflow.com › questions › tagged › magnific-popup
Newest 'magnific-popup' Questions - Stack Overflow
It is working on my screen and some of the testers screen but some of the testers that has smaller screen size it is opening a new link instead of the pop up HTML: <a class="popup-video" ... ... I am using Magnific Popup for an image gallery. However, the counter is displaying the HTML tags as plain text on the frontend.
🌐
CodePen
codepen.io › collection › AzzLgA
Magnific Popup Examples - a Collection by Dmytro Semenov on CodePen
A bunch of different popups, modals and lightboxes created with help of Magnific Popup plugin .
🌐
GitHub
github.com › dimsemenov › Magnific-Popup
GitHub - dimsemenov/Magnific-Popup: Light and responsive lightbox script with focus on performance. · GitHub
Use native <dialog> element if you need a basic dialog/modal/popup, or my PhotoSwipe library if you need an advanced image gallery. Feel free to email me if you need assistance. Fast, light and responsive lightbox plugin, for jQuery and Zepto.js. Documentation and getting started guide. Examples and plugin home page. More examples in CodePen collection. Optionally, install via Bower bower install magnific-popup or npm: npm install magnific-popup.
Starred by 11.4K users
Forked by 3.4K users
Languages   JavaScript 67.9% | HTML 18.5% | CSS 8.1% | SCSS 5.5%