Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 30 Jan 2020, 14:36

Does anyone know how I can make the height fit to screen? I got width 100% works but height:100% does not.

<iframe src="/chat/public/popout/" width="100%" height="500" frameborder="0" style="border:1px solid #aaa"></iframe>

Anyone?
User avatar
Jason
Customer
 
Posts: 2330
Joined: 12 Dec 2009, 16:06

 

by Jason 31 Jan 2020, 14:14

A lot of different ways to do this depending on what you're trying to do.
Code: Select all
style="width:100vw;height:100vh"
That may work.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 01 Feb 2020, 11:26

A lot of different ways to do this depending on what you're trying to do.
Code: Select all
style="width:100vw;height:100vh"
That may work.
Thank you, sir. That works but I have scroll down to see everything. I want to show full hight without having to scroll down.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 02 Feb 2020, 08:18

Meaning that the "box field where you type" is visible without having to scroll down.
User avatar
zoxtrix
Customer
 
Posts: 74
Joined: 29 Jun 2019, 19:31

 

by zoxtrix 04 Feb 2020, 21:28

Try reducing the ### value in the height:###vh directive to a lower numeric until it fits your page view.