Legenderry

Results 7 issues of Legenderry

Would be a great feature to format multiple image sizes for responsive sites. example would take a list of thumbnail sizes `thumb_sizes = [ ('100',100'),//small ('400',320'),//medium ('820',400'),//large ]` and outputs...

Docs are missing directions for saving the cropped region. I would assume doing the following during the callback for any event listener but I'm not sure. ``` crop.on('end', function (region)...

@jeffharrell Currently when this option is used the item will display a negative value. To test this copy/paste the code below into the demo page. ``` html Unicorn Price $2.00...

@jeffharrell Im building minicartjs themes and would like to place the cart in a sidebar or checkout page. The "remove item" button only works when an Item is added to...

This is similar to this [PR#134](https://github.com/miyuchina/mistletoe/pull/134) I would like to propose an alternative solution that will not alter existing `render` methods. **Html attribute block Proposed Spec** Line containing the following...

feature

Would be a good feature to have djax update all HTML Head Elements after ajaxing a new page. title element meta description meta keywords ( optional ) body class Pjax...

Is it possible to output site pages inside a directory with the "page name" and an "index.html" file inside? This would provide a clean url with a "/" ending in...