Title: Making Form Lightbox Responsive
Last modified: August 31, 2016

---

# Making Form Lightbox Responsive

 *  Resolved [snehal1984](https://wordpress.org/support/users/snehal1984/)
 * (@snehal1984)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/making-form-lightbox-responsive/)
 * Hi,
 * I have been using this plugin for few websites i have developed, it is one of
   the best free popup plugin available.
 * Can you please make it responsive as that will help everyone using this.
 * Thanks
    Snehal
 * [https://wordpress.org/plugins/form-lightbox/](https://wordpress.org/plugins/form-lightbox/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [snehal1984](https://wordpress.org/support/users/snehal1984/)
 * (@snehal1984)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/making-form-lightbox-responsive/#post-7187502)
 * To make the lightbox responsive open the plugin folder and edit the file form-
   lightbox.php and replace the code from line number 113 to line number 120 with
   the below code
 *     ```
       $hidden_output .= 'jQuery(".fl_box-' . $id . '").colorbox({
       				inline : true,
       				maxWidth: "90%",
       				onComplete : function() { jQuery(this).colorbox.resize(); },
       				href :"#form-lightbox-' . $id . '",
       				' . $flb->get_lb_opt('colorbox') . ',
       				onClosed : function(){ jQuery("#form-lightbox-' . $id . ' iframe").attr("src", iFrame_' . $id . '); }
       			}';
   
       	$hidden_output .= ');
       	// resize colorbox on screen rotate in mobile devices and set to cover 90% of screen
               jQuery(window).resize(function() {
                   jQuery.colorbox.resize({width:"90%"});
               });';
       ```
   
 * Hope this helps someones time 🙂

Viewing 1 replies (of 1 total)

The topic ‘Making Form Lightbox Responsive’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/form-lightbox.svg)
 * [Form Lightbox](https://wordpress.org/plugins/form-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/form-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-lightbox/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [snehal1984](https://wordpress.org/support/users/snehal1984/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/making-form-lightbox-responsive/#post-7187502)
 * Status: resolved