Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
9105d455
There was an error fetching the commit references. Please try again later.
Commit
9105d455
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
embed video
parent
d5e9fd07
1 merge request
!375
embed video
Pipeline
#30059
passed with stages
in 7 minutes and 50 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+12285
-224
12285 additions, 224 deletions
package-lock.json
src/app/components/home/_dialogs/demo-video/demo-video.component.html
+1
-1
1 addition, 1 deletion
...onents/home/_dialogs/demo-video/demo-video.component.html
with
12286 additions
and
225 deletions
package-lock.json
+
12285
−
224
View file @
9105d455
This diff is collapsed.
Click to expand it.
src/app/components/home/_dialogs/demo-video/demo-video.component.html
+
1
−
1
View file @
9105d455
<div
class=
"video"
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<h2
[ngClass]=
"{'mobileText': deviceType === 'mobile', 'desktopText': deviceType === 'desktop'}"
>
{{'footer.demo' | translate}}
</h2>
<iframe
[ngClass]=
"{'mobileFrame': deviceType === 'mobile', 'desktopFrame': deviceType === 'desktop'}"
src=
"https://www.youtube.com/embed/
gq7LGp5HNIU
?autoplay=1"
frameborder=
"0"
<iframe
[ngClass]=
"{'mobileFrame': deviceType === 'mobile', 'desktopFrame': deviceType === 'desktop'}"
src=
"https://www.youtube.com/embed/
RODwmMxLKa0
?autoplay=1"
frameborder=
"0"
allow=
"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<button
[ngClass]=
"{'mobileButton': deviceType === 'mobile', 'desktopButton': deviceType === 'desktop'}"
mat-raised-button
(click)=
"closeDialog()"
>
<mat-icon
>
exit_to_app
</mat-icon>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment