• Resolved Skytouch

    (@skytouch)


    I am trying to enter this in the URL field for a button, to instruct the php script to open the linked page at the specified width and height:

    Is there a way to enter this in MaxButtons so that it formats correctly? I can hard-code the dimensions into the script and send just the HREF, but would prefer to pass the dimensions as variables if possible. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Skytouch

    (@skytouch)

    <a width="546" height="314" href="https://player.streamguys.com/manaoradio/sgplayer/index.php"></a>

    Oops, code for above.

    Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    The width and height of what you link to is usually very dependent on the plugin / code you are using for the player. The question if it’s possible also depends on that. Most support giving the height and width with the url itself.

    Possible example:

    https://player.streamguys.com/manaoradio/sgplayer/index.php?width=300&height=300

    Thread Starter Skytouch

    (@skytouch)

    resolved for now thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to pass window dimensions in the URL field?’ is closed to new replies.