View ImageHelperExtension.php
<?php | |
/** | |
* Shortcut wrapper for image resizing on the fly | |
* | |
* Usage: | |
* | |
* {{ image|resize(width, height, mode, position, quality) }} | |
* | |
* e.g. | |
* |
View jquery.form-wizard.js
;(function ($, window, document, undefined) { | |
"use strict"; | |
var pluginName = "formWizard", | |
defaults = { | |
sections: 'fieldset', | |
navNext: '#form-next', | |
navPrev: '#form-previous', | |
progressBar: '.progress-bar', |
View _bootstrap-3-extra-large-grid.scss
// for background see http://stackoverflow.com/a/25644266/526258 | |
@import "bootstrap"; | |
// XLarge screen | |
$screen-xl: 1600px; | |
$screen-xl-min: $screen-xl; | |
$screen-xl-hugedesktop: $screen-xl-min; | |
// So media queries don't overlap when required, provide a maximum |