Giter Site home page Giter Site logo

quovolver's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quovolver's Issues

Update gh-pages

Just need to update the JS and options table to reflect these changes: #7

errors

chrome dev tools displays over 30 errors with the script

Unable to override the default settings for the "autoPlaySpeed"

Trying to slowdown transition from one quote to the next.
HTML:

  • "QUOTE HERE"

    - Author
  • "QUOTE HERE"

    - Author
  • "QUOTE HERE"

    - Author

Can you help me. I tried using the jquery you had.

JQuery:
$(document).ready(function() {
$('ul').quovolver({
autoPlaySpeed: 9000
});
});

License

What's with the no-commercial license? How am I supposed to use this very useful script?

Broken link in README

The README includes the text, "See the documentation for a full list of available options and their defaults" with a link to the github wiki page for the project, but the wiki page has been disabled, so users are just redirected back to the project root.

Random Quotes

I have a feature request:

I would love to see the ability to randomize the quotes so they appears in a random order every time the page loads.

Thank You!

minify ?

Hi.
Can you provide a minified version of this script?

Thanks! :)

[Nice to have] Template suggestion

This could be nice to have some template.
With a picture for avatar or logo.
With a link to see all Quotes popup in a modal or a new page.

Thanks

Wrapper height is incorrect on initialization

Main wrapper height is not set to correct on initialization.

Cause:
Not calculated height of the children properly.

Fix:
//Calculate total wrapper of the height including children
var wrapHeight = 0;
$(firstQuo).children().each(function(){
wrapHeight += wrapHeight + $(this).outerHeight(true);
});

// Set the height of the wrapper
$(this).parent().css({height: wrapHeight});

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.