Skip to content

Instantly share code, notes, and snippets.

View afalchi82's full-sized avatar

Alessandro Falchi afalchi82

View GitHub Profile
@afalchi82
afalchi82 / sameHeightElements.js
Last active September 9, 2015 16:02
Set same height for a collection of elements
(function () {
var fn = {
sameHeightCols: function () {
var throttled = _.throttle(init, 100);
function init() {
$('.row').each(function (i, e) {
@afalchi82
afalchi82 / p.html
Last active September 25, 2015 08:42
Fast presenter
<!--
Copiare questo file nella cartella che contiene i file .jpg
Parametri:
f = Nome File (solo jpg, scritto senza estensione) [necessario]
bg = Codice esadecimale (senza #) [opzionale - default:#faf9f5]
w = Larghezza container (solo numeri) [opzionale - default:960px]