Namespace: multicolumn

Marked. multicolumn

Methods for handling horizontal (multi-column) mode

Source:
multicolumn.js

Requires

Methods


destroy()

Remove handlers for window resize in horizontal mode

Source:
multicolumn.js

fix()

Force fix of scroll position after manual window scroll

Source:
multicolumn.js

resize()

Set up handlers for window resize in horizontal mode

Source:
multicolumn.js

scroll(fwd, mult)

Scroll left and right in horizontal mode

Parameters:
Name Type Description
fwd boolean

Move forward (true) or backward (false)

mult number

Number of columns to scroll

Source:
multicolumn.js

showImage(img)

Show full size version of image as overlay

Parameters:
Name Type Description
img object

The image element to display

Source:
multicolumn.js