Greetings

I installed the Swipebox plugin. Interested in the ability to display web pages instead of pictures, like so you can do. Now, when I replace the image address with the page address, the slide is infinitely loaded and that's it.

Please tell me exactly how to change the existing code:

<link href='http://brutaldesign.imtqy.com/swipebox/src/css/swipebox.css' rel='stylesheet'/> <script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'/> <script src='http://brutaldesign.imtqy.com/swipebox/src/js/jquery.swipebox.js'/> 

 <script type="text/javascript"> ;( function( $ ) { $( '.swipebox' ).swipebox(); } )( jQuery ); </script> 

 <a href="http://www.###.com" class="swipebox" onClick="window.location.href='#swipebox'"> <div class='webpageimage' style="background-image:url(#.jpg)"></div> </a> 

PS Found the same question in the English version of the site. Did not master (

  • It is impossible to display pages in this lightbox, in the English question it is said about the output of html-code in the pop-up lightbox, but not the page. - Jean-Claude
  • colorbox, fancybox or sorgalla.com/lity for you - Jean-Claude
  • Understood, thank you! - StanVick

0