Skip to content

Commit

Permalink
Vimeo button is added. (DevBetterCom#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyNagy authored Jan 31, 2024
1 parent 0155267 commit 9bf9fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevBetterWeb.Core/Services/CreateVideoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public async Task<string> StartAsync(string videoName, long videoSize, string do
{
Name = videoName,
Upload = { Size = videoSize },
Embed = new Embed { Title = new Title { Owner = EmbedOwnerTitle.Hide } },
Embed = new Embed { Title = new Title { Owner = EmbedOwnerTitle.Hide }, Speed = true, Volume = true, Playbar = true, Buttons = new Buttons { Embed = true, Hd = true, Fullscreen = true } },
Privacy = new Privacy { Embed = EmbedPrivacy.Whitelist, View = PrivacyView.Disable, Download = false },
EmbedDomains = new List<string> { domain },
HideFromVimeo = true
Expand Down

0 comments on commit 9bf9fd6

Please sign in to comment.