Title: Pop-up responsive
Last modified: October 9, 2017

---

# Pop-up responsive

 *  Resolved [FAUCHERD](https://wordpress.org/support/users/faucherd/)
 * (@faucherd)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pop-up-responsive/)
 * Is it possible to have the pop-up image responsive?
 * Il a cellphone, the pop-up image is too large.
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpop-up-responsive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pop-up-responsive/#post-9574566)
 * Hi, you can either activate the option “Scale large content down to fit in the
   browser viewport.” on Settings > Media or you can try this work-around to disable
   the popup effect on smaller devices:
 *     ```
       <script type="text/javascript">
       var pixelRatio = window.devicePixelRatio || 1;
       if(window.innerWidth/pixelRatio < 641 ) {
         easy_fancybox_handler = null;
       };
       </script>
       ```
   
 * Put this in an HTML widget in your sidebar or footer. You can adapt the number
   641 to another screen width (in pixels) if you like.

Viewing 1 replies (of 1 total)

The topic ‘Pop-up responsive’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/pop-up-responsive/#post-9574566)
 * Status: resolved