msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

Full view to continue preview #101

Open epheterson opened 9 years ago

epheterson commented 9 years ago

What I mean here is instead of having them be two separate instances of the same content, make them one instance of the content which grows in some way. The first example case is to have a video playing in the small view and to have it grow to full view with the video still playing. Not sure how tricky or possible this is.

msolters commented 9 years ago

Basically impossible. As you may recall iFrames can't be moved around the DOM without them restarting.