File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 108
108
animation : anima .2s ease-in-out 1 both ;
109
109
}
110
110
111
- .container {
111
+ .iframe- container {
112
112
position : relative ;
113
113
width : 100% ;
114
114
overflow : hidden ;
Original file line number Diff line number Diff line change 1
1
<div class =" event" >
2
+ {{ #if this.model.event.publicStreamLink }}
3
+ <div class =" iframe-container" >
4
+ <iframe class =" responsive-iframe" title =" {{ this.model.event.name }} " src =" {{ this.model.event.publicStreamLink }} " allowfullscreen></iframe >
5
+ </div >
6
+ {{ /if }}
2
7
{{ #if this.model.event.description }}
3
8
<div class =" description" id =" info" >
4
9
{{ sanitize this.model.event.description }}
5
10
</div >
6
11
<div class =" ui hidden divider" ></div >
7
12
{{ /if }}
8
- {{ #if this.model.event.publicStreamLink }}
9
- <div class =" container" >
10
- <iframe class =" responsive-iframe" title =" {{ this.model.event.name }} " src =" {{ this.model.event.publicStreamLink }} " allowfullscreen></iframe >
11
- </div >
12
- {{ /if }}
13
13
{{ #if (and this.model.event.isOneclickSignupEnabled this.model.tickets )}}
14
14
<h2 id =" tickets" >{{ t ' Registration' }} </h2 >
15
15
{{!-- template-lint-disable style-concatenation --}}
You can’t perform that action at this time.
0 commit comments