Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for space in file name + percent in width/height #1605

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2014

  1. support for space in file name

    This regular expression enable spaces in file names.
    
    See test [before](http://rubular.com/r/DXcgehTAEV) and [after](http://rubular.com/r/INFxSJKXTe).
    ironbishop committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    85d5ede View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. support for percent in dimensions

    New regexp, [tested](http://rubular.com/r/326X87G40B), adding % for width/height.
    
    Using style property, since in HTML5 the <img> width/height must be in pixels.
    ironbishop committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    c4e073d View commit details
    Browse the repository at this point in the history