Tell me, please, the jQuery plugin for viewing photos with scaling to fit the size of a custom monitor .

For example, here http://cvetybukety.ru/uslugi_102.html just displays a full-sized image and on a small screen looks awful :(

  • So, on your website, there were no photos that were originally optimized for large screens (most of the photos are 800/1200 or 1200/800), nothing will stretch them beautifully. Better make them smaller - 800 * 600, too, everything can be considered - makregistr

3 answers 3

<script type="text/javascript"> $(document).ready(function(){ $('img').not('#fullview').click(function(){ $('body').append('<img id="fullview" src="'+$(this).attr('src')+'" style="width: 100%; top: 0; left: 0; position: absolute;"/>'); }); }); </script> 

trollface

  • It will also go this way, although I want beauty, switching by arrows, etc.) Thanks anyway) - Andrey Surzhikov

Check out the jmFullZoom demo

    Script found! http://www.ionden.com/widgets/wg/zoom/index2.php