/fix-footer

Primary LanguageJavaScript

fix-footer

Demo (CodePen)

How to use?

Initialize the script.

(function (d, w) {
    'use strict';

    let fix = new FixFooter({
        pageClass: 'body',
        spacedClass: '.content'
    });

    w.addEventListener('resize', fix.space);
})(document, window);