Giter Site home page Giter Site logo

slippry's People

Contributors

extend1994 avatar okj579 avatar sftsk avatar wouter140 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slippry's Issues

Universal declarations * in CSS cause issues with inline HTML content.

If you leave the CSS as is, and then have your own CSS defined somewhere else and the slippery css is rendered first for some reason (common for plugins/modules to allow overriding) then the .slippry * is causing problems with inline HTML styling mainly but could cause issues with images if some special padding has been applied for some reason.

Swipe / keyboard navigation

There are some many sliders that you gotta have something amazing to stand out. Lack of simple features such as swipe left/right and keyboard navigation is a big no-no. I opened your site, tried to swipe, failed, closed and moved on. That's how most of those who are looking for a plugin will behave. And, as a user, you will get frustrated and not interact with the slider if that functionality is missing.

Just an opinion :)

Using an external navigation

Hi,
how can you use a navigation or button to select the slide ?

Can be used:

onSliderLoad: function () {
        $('#slider-nav a').attr('href','#referencement')
        .goToSlide('.referencement');
 }

Best regards

package up examples

Not really an issue. More of a request. Please package up all the examples in the download.

Thanks,
Jerry

Control button's visual conflict using Twitter Bootstrap

Hi!
It seems that Twitter Bootstrap (I use 3.2.0 version) makes small conflict with slider's controls.
I'm attaching the screenshot:
bug
Pressing the control button's causes the dotted line to appear from left side till the pressed control button.
I'm guessing that it's somehow related to bootstrap's:
*:before, *:after {
box-sizing: border-box;
}
But I could be wrong

Slippry takes too long to load

Hello, thanks for slippry, it's great. But I have an issue where it's taking a "long" time to load the carousel and I end up with an empty index page for a couple of seconds (depending on your internet connection).

What can I do to aleviate this? Is it possible to load a placeholder of some kind while slippry loads or something like that?

Thanks.

Core styling in a different section/file? (for editable files)

Means that beyond the sass variables, users feel a bit more confident about what they can/cannot change. Of course power users will know more so can change core css.

Protects basic functionality and reduces chances of noobs breaking it by accident?

'Best' way to show overflow elements

Need to rethink the CSS for this, as when I tried it by just restricting .slippry_box's width and removing overflow:hidden it ended up with a horizontal li that caused big issues.

Touch Swipe Support Needed

This has been brought up once before, but the issue was closed without solving it. Flexslider has a great example of hardware-accelerated Touch Swipe capability, but I'd prefer to use Slippry as Flexslider seems to have a few lingering bugs and isn't nearly as configurable. Any chance anyone is looking into this? I feel like it's kind of an overdue feature. I'd try to implement it myself, but I don't have much expertise in hardware-acceleration on web just yet.

Touch screen option

Hi
thanks for your nice plugin
in the next versions you will add the touch screen option for mobile devices?

thanks

bye

Pager colours for final release

We should probably change the pager colour in the min css to be more neutral (but could leave it in the expanded css/scss)

Minimum Jquery Version

Hello,

Can you tell me the minimum version of jquery that can be used with this project?

Thank you

Loop setting for "Shop" example

http://jsfiddle.net/MH489/2/

Using the "Shop" example, I did a few mods to the css so the slider shows the current image with previous and next image to the sides with 0 margins. The looping cycle works, however when on the first slide: what's left of it is blank when it should be a partial picture of the last slide. Same goes for when on the last slide: what's right of it is blank when it should be a partial picture of the first slide. When clicking from last slide to the first and from the first slide to the last, the prev and next image jumps from left to right leaving behind a blank area. Is there a fix to this so it works seamlessly?

Here's an example of what I'm trying to achieve: http://www.discoverlosangeles.com/

photographs resizing

Hi ! first of all, I would like to thank the author for sharing this amazingly powerful plugin.

Actually I want to use it in a personal project and I am facing a small problem :

I want to use this plugin in order to make a slide show in the home page of the Website, I need this plugin to fill almost all of the page like this : http://www.lik.com/ , but I can't find how to resize the photographs, if someone can help, I would be very thankful. cheers

Gallery Not Working in IE9 Compatibility Mode

ie9_compview

Unable to view the following demos in in IE9 Compatibility View and IE8:
http://slippry.com/examples/out-of-the-box/
http://slippry.com/examples/news/
http://slippry.com/examples/shop/
http://slippry.com/examples/thumbnails/

However, I am able to view the other demos in IE9 Compatibility View and IE8:
http://slippry.com/examples/pictures/
http://slippry.com/examples/portfolio/

Since I can view the "Pictures" and "Portifolio" gallery, I was wondering if the other 4 galleries that I cannot view is a bug.

Slippry on Android Browser

Does not work.
No Image at all.
Please write it on your website.
I had to change. All the work was for nothing

RTL support?

I have a bilingual English/Arabic site and I am wondering whether or not it is possible to have to slider move in the other direction on the Arabic side of things.

I have already played around with the autoDirection and starting number, but the direction of the slides (quite obviously to be honest as I didn't find anything to change that) remains the same as on the LTR part of the site.

Alternatively I might switch to the Fading effect instead, so the problem is gone, but if it is possible I would like to use the Slides.

Thanks in advance!

CSS needs to be element neutral where possible

e.g. the CSS for elements that are slides is targeting li, this means even if you use a different element (e.g. article), the CSS doesn't render the page properly.

Should use a class? e.g. .slippry-element

IE8 has no trim support

IE8 doesn't support the function .trim in javaScript. On line 166 of slippry.js, newelement.attr('class', className.trim()); you get a browser error.

Either change to jQuery trim, or add the prototype function.

if(typeof String.prototype.trim !== 'function') {
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g, '');
}
}

Pager

Sorry, for such a basic question. However, is there a way to easily change the default location of the Pager element? I would like to move the Pager above the images.

Is the recommendation, simply to use CSS?

thanks,
M

click pager circle and image gallery will not be continuous

Great image gallery to use and implement. However, I ran into an issue in your demo when the transition is set to 'horizontal'.

When you click the second pager circle of the 3 circle pager, the image gallery is not continuous when it goes from the last image to the first image (i.e. reversing) even is the setting continuous and loop is set to true.

If you don't touch the page, the image gallery will be continuous from the last image to first image.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.