
    // Classic theme is now loaded using <script> instead
    // You can still use loadTheme if you like, either works.
    $('#galleria').galleria({
        image_crop: true,
        transition: 'fade',
        data_config: function(img) {
            return {
                description: $(img).next('p').html()
            };
        }
    });
