﻿$(document).ready(function() {
    $(".lightbox").lightbox({
        fitToScreen: true
    });

});