sharu725 / youtube-embed

Embeds a clickable youtube thumbnail instead of the iframe. Upon clicking, loads the iframe.
https://embed.sveltethemes.dev
36 stars 7 forks source link

Unable to remove the video title from display #14

Open ertemann opened 1 year ago

ertemann commented 1 year ago

I tried adjusting every single reference to title in the package as installed but it doesnt seem to be able to change the Size of the display title when the video is not clicked yet.

It would be great if it could only show as a thumbnail + play button and no title at all.

sharu725 commented 1 year ago
.v__title {
    display: none;
}

can hide the title. I will try adding an option to remove title.