Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2008
    Location
    Florida, USA
    Posts
    503

    Default Audio Player Widget - Resize?

    The audio player widget is just to tiny when live... I need to enlarge it. Not really the length of the whole thing. It's too long... anyway...

    This is the code generated when dragging an .mp3 into Xara.

    <audio class="xar_meplayer" src="index_htm_files/test.mp3" controls width = "100%" height="100%"/>

    -----------------------------------------------------------------------------------------------------------------------

    Since I'm 'code' handicapped', my brain says just change the % numbers to resize and that should work... it doesn't.

    So I'm sure there's other code that needs to be added... Help!...

    Thanks

    Cliff

  2. #2
    Join Date
    Nov 2008
    Location
    Florida, USA
    Posts
    503

    Default Re: Audio Player Widget - Resize?

    My post seems confusing.... even to me.

    I would just like to know if it's possible to make the widget 'control's' larger? Anyone?

  3. #3
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Audio Player Widget - Resize?

    You might try to add this
    Code:
    <script>$("audio.xar_meplayer").parent().parent().css("overflow","visible");</script>
    <style>.mejs-container{transform:scale(2.0);}</style>
    to your page body. Only checked in V12, might not work in other versions.

  4. #4
    Join Date
    Nov 2008
    Location
    Florida, USA
    Posts
    503

    Default Re: Audio Player Widget - Resize?

    Quote Originally Posted by siran View Post
    You might try to add this
    Code:
    <script>$("audio.xar_meplayer").parent().parent().css("overflow","visible");</script>
    <style>.mejs-container{transform:scale(2.0);}</style>
    to your page body. Only checked in V12, might not work in other versions.
    siran........! Fantastic! Exactly what I needed, works perfectly in DP365.

    thank you sir...

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •