Skip to content
tacoen edited this page Jun 5, 2014 · 7 revisions

A collection of javascript, jQuery functions that UM needed to make some FX and layout fix.

Disable this if you use others UI Frameworks

Functions

um_toc($element,element,titletext);

Example: um_toc( $('div.maketoc'), 'h2', 'Table of contents' )

Make TOC from h2 Element inside div.maketoc.

um_fit_img ( $element );

Example: um_fit_img ( $('.feature-image img') )

Set each .feature-image img aspect ratio using height/width

Clone this wiki locally