FairPlayTube icon indicating copy to clipboard operation
FairPlayTube copied to clipboard

Add Play icon on top of video thumbnail

Open efonsecab opened this issue 2 years ago • 0 comments

In the Video component

(https://github.com/efonsecab/FairPlayTube/blob/main/src/FairPlayTubeSln/FairPlayTube.Components/Videos/Video.razor)

add a play video icon on top of the thumbnail. image Use this icon: https://icons.getbootstrap.com/icons/play-circle-fill/

Make sure the button click is set @onclick="@( () => ShowVideoPlayer() )"

Make sure the cursor is set to pointer for the icon

efonsecab avatar Jun 10 '22 14:06 efonsecab