Thread
:
Which Flash/HTML5 video player can auto resize based on video resolution?
View Single Post
02-09-2012, 08:31 PM
Dirty Dane
Sick Fuck
Industry Role:
Join Date: Feb 2004
Location: www
Posts: 9,491
.. and if you insist on resizing both height and width to the original size, then the calculation will simply look like this:
Code:
wrap.css({height: (clip.metaData.height), width: (clip.metaData.width)});
Dirty Dane
View Public Profile
Visit Dirty Dane's homepage!
Find More Posts by Dirty Dane