jQuery(document).ready(function () {
    'use strict'; // use strict mode
    jQuery('#revolution-slider').revolution({
        fullScreen: true,
        navigationType: false,
        startwidth: 1280,
        startheight: 500,
        hideThumbs: 10,
        fullWidth: "off",
        fullScreenOffsetContainer: "",
        touchenabled: "on"
    });
});