photoTilt icon indicating copy to clipboard operation
photoTilt copied to clipboard

HTML5 clone of the photo tilt feature/gesture/ux found in Facebook's Paper app

Results 2 photoTilt issues
Sort by recently updated
recently updated
newest added

I cannot place buttons or images on top of the tilting image. They go at the back. Do you have any update or added feature to enable this? This is...

``` html (function() { var photoTilt = new PhotoTilt({ url:'http://farm5.staticflickr.com/4016/4251578904_f13592585c_b.jpg', lowResUrl: 'http://farm5.staticflickr.com/4016/4251578904_f13592585c_m.jpg', maxTilt: 12, container: '.test' //optional, defaults to body }); })(); ``` Uncaught TypeError: Cannot read property 'width' of...