You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

video to fullscreen with captions and fontSize a percentage does not scale up Created Jul 31, 2009

This thread is solved

Views: 2174     Replies: 4     Last reply Nov 20, 2009  
You must login first before you can use this feature

dherbst

Posts: 75

Registered:
Apr 20, 2009

video to fullscreen with captions and fontSize a percentage does not scale up

Posted: Jul 31, 2009

If you put a percentage in for fontSize with captions, and you press the fullscreen button, the captions do not scale up in size.


...
content: {
   url: ...
   bottom: 30,
   height: 70,
   textDecoration: 'outline',
   style: {
    body: { 
      fontSize: '20%',
      textAlign: 'center'
    }
   }
},
...

dherbst

Posts: 75

Registered:
Apr 20, 2009

» video to fullscreen with captions and fontSize a percentage does not scale up

Posted: Aug 27, 2009

Reply to: video to fullscreen with captions and fontSize a percentage does not scale up, from dherbst
Has anyone found a good workaround for this? I'd like to use the percentage so that if a user plays the video on a very large display the subtitles will auto-scale. Putting a fixed size in doesn't work too well.

Web Girl
--------------- www.amazingfacts.org

Posts: 38

Registered:
Jun 5, 2009

» video to fullscreen with captions and fontSize a percentage does not scale up

Posted: Sep 23, 2009

Reply to: video to fullscreen with captions and fontSize a percentage does not scale up, from dherbst
We'd like to do the same ... were you ever able to figure this out?

dherbst

Posts: 75

Registered:
Apr 20, 2009

» » video to fullscreen with captions and fontSize a percentage does not scale up

Posted: Sep 23, 2009

Reply to: » video to fullscreen with captions and fontSize a percentage does not scale up, from AArreygue
I haven't fixed the bug yet, but it is on my list for next week.

dherbst

Posts: 75

Registered:
Apr 20, 2009

» » » video to fullscreen with captions and fontSize a percentage does not scale up

Posted: Nov 20, 2009

Reply to: » » video to fullscreen with captions and fontSize a percentage does not scale up, from dherbst
It looks like fontSize with a percentage is not valid CSS, flash ignores anything after the numbers like 'pt' 'px' or '%'

I think I need to recalculate the fontSize in the onResize event. Has anyone else done this yet?