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

Add "zoom images" feature #578

Open
wants to merge 9 commits into
base: SlidesJS-3
Choose a base branch
from

Commits on Jul 4, 2014

  1. Indentation from 130735b causing compilation error

    Line 519 was indented with tabs instead of spaces which caused
    coffee-script to fail.
    Charles Baynham committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    217e796 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Add option to cause images to fill the slider

    Adding the “zoom = true” option will cause images to be zoomed &
    centred in the slider div so that they fill the slider without being
    distorted
    Charles Baynham committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    4c1d571 View commit details
    Browse the repository at this point in the history
  2. Set zoom function to work with divs containing imgs

    If zoom is set to true, children imgs of div slides will also be
    expanded in the same way that imgs are
    Charles Baynham committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    951fb10 View commit details
    Browse the repository at this point in the history
  3. Remove test console.logs

    Charles Baynham committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    f5f58c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. Move zooming of images to initial load

    Zooming actually only needs to be done once since the slider preserves
    its aspect ratio
    Charles Baynham committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    0d4c774 View commit details
    Browse the repository at this point in the history
  2. Added public facing resize function

    Allow the slider to be resized using javascript after it’s loaded.
    Charles Baynham committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    a78aa5f View commit details
    Browse the repository at this point in the history
  3. More sensible location for zoom option

    Charles Baynham committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    5507048 View commit details
    Browse the repository at this point in the history
  4. Whoops, didn't mean to upload the built version

    Charles Baynham committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    acb9fdd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. Use natural height/width instead of apparent dimensions. Also repeat …

    …on future load events in case the image src changes.
    Charles Baynham committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    8357087 View commit details
    Browse the repository at this point in the history