%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_slimbox/extra/ |
Upload File : |
/* This code automatically integrates Picasa Web Albums thumbnails with Slimbox. It will scan for all links around thumbnail images pointing to Picasa Web Albums photo PAGES. Note that you don't need to add rel="lightbox" to these links. When clicking on a Picasa Web Albums thumbnail, Slimbox will open and display the medium-sized image. The title attribute of the link (or the alt attribute of the thumbnail if not available) will be used as description text, and a link to the Picasa Web Albums photo page will be added under the description. Add the following code to the autoload code block. */ if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) { jQuery(function($) { $("a[href^='http://picasaweb.google.'] > img:first-child[src]").parent().slimbox({}, function(el) { return [el.firstChild.src.replace(/\/s\d+(?:\-c)?\/([^\/]+)$/, "/s512/$1"), (el.title || el.firstChild.alt) + '<br /><a href="' + el.href + '">Picasa Web Albums page</a>']; }); }); }