Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant