$(document).ready(function(){ base_url = document.location.href.substring(0, document.location.href.indexOf('index.php'), 0); $(".lightbox-2").lightbox({ fitToScreen: true, strings : { help: ' \u2190 / P - eelmine pilt\u00a0\u00a0\u00a0\u00a0\u2192 / N - järgmine image\u00a0\u00a0\u00a0\u00a0ESC / X - sulge', prevLinkTitle: 'eelmine', nextLinkTitle: 'järgmine', prevLinkText: '« Eelmine', nextLinkText: 'Järgmine »', closeTitle: 'sulge', image: 'Pilt ', of: ' / ' } }); $('#vastel').click(); });