Skip to content
Snippets Groups Projects
Commit b6d582d5 authored by Martin Staehr's avatar Martin Staehr
Browse files

#63 customize height for chat

parent 2d1ff3e0
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ public class ChatWindow extends SimpleTagSupport {
String chatRoomLink = communicationService.getChatRoomLink(token, projectId);
System.out.println(chatRoomLink);
JspWriter out = getJspContext().getOut();
out.println("<iframe width=\"30%\" height=\"100%\" src=\"" + chatRoomLink + "\"/>");
out.println("<iframe height=\"400px\" src=\"" + chatRoomLink + "\"/>");
}
public void setOrientation(String orientation) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment