    Galleria.loadTheme("js/galleria/themes/classic/galleria.classic.min.js");

//Set dimensions and fire up the gallery

//All we need to do now is set dimensions and apply Galleria. Add the following script after the loadTheme function we just inserted:

    $("#gallery").galleria({
        width: 500,
        height: 410
    });
