L
L
Lyuba2018-06-15 18:47:56
JavaScript
Lyuba, 2018-06-15 18:47:56

How to resize windows in the new version of fancybox 3?

Guys, tell me how to change the sizes in the new version of fancybox 3 in my old version, the sizes of the windows were set in the fancy.js file like this .

$(document).ready(function() {
         
         
                        
                        $(".example11").fancybox({
        padding : 10,
        margin :  0,
          
        
        'height'		: 1024,
        'autoScale'		: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
                        'type'				: 'iframe',
                      
      });

      $("#fancy_registr").fancybox({
        'width'				: 500,
        'height'			: 600,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });

      $("#fancy_zabili").fancybox({
        'width'				: 500,
        'height'			: 500,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });

      $("#fancy_vhod").fancybox({
        'width'				: 500,
        'height'			: 550,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      
      $("#fancy_send_email").fancybox({
        'width'				: 600,
        'height'			: 600,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      
      $(".fancy_send_email").fancybox({
        'width'				: 500,
        'height'			: 500,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      
      $("#fancy_send_drug").fancybox({
        'width'				: 500,
        'height'			: 500,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      
      $("#fancy_zhaloba").fancybox({
        'width'				: 500,
        'height'			: 500,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      
      $("#fancy_map").fancybox({
        'width'				: 800,
        'height'			: 600,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });
      
      $("#fancy_mess").fancybox({
        'width'				: 500,
        'height'			: 500,
        'autoScale'			: false,
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'type'				: 'iframe'
      });

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2018-06-15
@Vlatqa

rtfm via css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question