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 108108 animation : anima .2s ease-in-out 1 both ;
109109}
110110
111- .container {
111+ .iframe- container {
112112 position : relative ;
113113 width : 100% ;
114114 overflow : hidden ;
Original file line number Diff line number Diff line change 11<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 }}
27 {{ #if this.model.event.description }}
38 <div class =" description" id =" info" >
49 {{ sanitize this.model.event.description }}
510 </div >
611 <div class =" ui hidden divider" ></div >
712 {{ /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 }}
1313 {{ #if (and this.model.event.isOneclickSignupEnabled this.model.tickets )}}
1414 <h2 id =" tickets" >{{ t ' Registration' }} </h2 >
1515 {{!-- template-lint-disable style-concatenation --}}
You can’t perform that action at this time.
0 commit comments