shbumba / fix-footer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About


Languages

Language:JavaScript 100.0%