Code Monkey home page Code Monkey logo

scalize's People

Contributors

adamnurdin01 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

scalize's Issues

iphone popup just flashes and disappears

It seems that on an iphone the click event is getting fired twice and opens and then immediately closes the popup window. Any fix or workaround for that?

EDIT: Actually I was wrong... I thought it was generating two clicks, but it was the animate.css file that is broken on iPhone and the flipInX, etc were showing an animation and then hiding the popup

How to add item-point after initialization

Hello.
Tell me how to add / remove an item after the script is initialized?
I tried using the append() to add the div block to the .wrap-selector, but there was no change, I had to initialize the script once more, and after that there was a problem.
Please add a reload or refresh event

Problem with Responsive Points

I'm having trouble keeping the points responsive, i mean when changing screen size the item points moves a lot from their original place. Maybe you have an idea of what is happening.

Thanks

Image not fully loaded in memory. Parent width set to zero.

I've encountered a problem on iPad while scrolling. The new created image wasn't fully loaded in memory and the width was 0 and the while parent container had width set to 0.

I've tinkered a little bit and the easiest solution is to get the image directly from the DOM that is already available in elem.find('.target')[0]

My proposal is to change the scalize.js:

From:

var image = new Image();
image.src = elem.find('.target').attr("src");

To:

var image = elem.find('.target')[0];

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.