$.fn.mediamodal = function (options) {
        return this.each(function() {
            var element = $(this);

            if (element.data('mediamodal')) {