Tiffany Tseng

Results 10 issues of Tiffany Tseng

Can you add video (iframes and video tags)?

feature request

It looks like there's a bug when you try to zoom in or out of a page – the smoothiechart resizes unexpectedly and in particular becomes very large on small...

The library works really well on phones and desktops, but I'm having issues with the range of scores on tablets. https://diff-cam-scratchpad.herokuapp.com/diff-cam-example/ Here's what I'm seeing on an iPad (seems to...

Is it possible to use ImageMagick processes like resize_to_limit or resize_to_fill from a created thumbnail? For example, I tried: version :square_thumb do process thumbnail: [{format: 'png', quality: 10, size: 105,...

I would like to enable draggable elements on my page on a longpress. I tried implementing this using mouseup and mousedown in javascript as follows: ``` $('.stepNode').mouseup(function(){ // console.log('clear timing');...

Is there an easy way to turn on/off the drag and drop option without having to reload the entire tree structure?

Is it possible to swap the root of the chart with a child? I notice in the demo that you can't replace "Food" with another element.

Using this buildpack, I was able to install ffmpeg version git-2013-06-02-5711e4f for my Heroku app. When I try to convert a video file, though, I get the following error: 2013-11-17T19:45:05.255059+00:00...

In my Rails app, the best in place textarea doesn't hold the value of the textarea on page load. If I edit it, though, it will act as expected. Here...

I'm interested in being able to add custom ID / class properties to SVG elements. Is this something you could potentially support in the future? The reason I want to...