scorpion1973 • PM |
Oct 13, 2011 5:32 AM
|
![]() Posts: 3 |
Hi
I want to change size of box in which is shown channels and names of players. Right now it is now showing all channels of teamspeak because box is small.Is it possible to have autosize? Here is code of my ts3 viewer: <iframe src="http://cache.www.gametracker.com/components/html0/?host=85.195.91.242:7250&bgColor=333333&fontColor=CCCCCC&titleBgColor=222222&titleColor=FF9900&borderColor=555555&linkColor=FFCC00&borderLinkColor=222222&showMap=0¤tPlayersHeight=160&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=240" frameborder="0" scrolling="no" width="240" height="480"></iframe> what i need to change here to get what I want? thanks
Last edited by: scorpion1973 Oct 13, 2011 5:45 AM
|
coolyou • PM |
Oct 13, 2011 5:50 AM
|
![]() Posts: 439 |
Change width="240" height="480"> - Please don't PM me since I'm retired, any PM's may go unanswered. |
scorpion1973 • PM |
Oct 13, 2011 6:22 AM
|
![]() Posts: 3 |
coolyou wrote: I tried that before but that is changing size of ts viewer frame not inside players/channel box frame thanks |
burn • PM |
Oct 13, 2011 11:40 AM
|
![]() Posts: 10924 |
It is not possible to autosize it. You can update the static heights from the customization options.
![]() |
scorpion1973 • PM |
Oct 13, 2011 12:16 PM
|
![]() Posts: 3 |
burn wrote: Thanks! It worked!! |