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

Conversation

charlesbaynham
Copy link

Add the option "zoom" to allow users to set their images to resize until they fill the slider. Images will be resized and centered, but not distorted.

Charles Baynham added 8 commits July 4, 2014 15:19
Line 519 was indented with tabs instead of spaces which caused
coffee-script to fail.
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
If zoom is set to true, children imgs of div slides will also be
expanded in the same way that imgs are
Zooming actually only needs to be done once since the slider preserves
its aspect ratio
Allow the slider to be resized using javascript after it’s loaded.
@@ -516,7 +594,7 @@
# Stop/pause slideshow on mouse enter
slidesContainer.bind "mouseenter", =>
clearTimeout @data.restartDelay
$.data this, "restartDelay", null
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was from a previous commit. On mac, it was stopping coffee-script from compiling.

…on future load events in case the image src changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant