== Displaying thumb of some video without that "Play the Video"-Button ==
[[File:Ward Cunningham, Inventor of the Wiki.webm|thumb|Interview with [[Ward Cunningham]], inventor of the wiki]]
Is there any way, any magic keyword to show just the preview image of a video without that Start-Button, like it is in [{{fullurl:Wiki|action=info}} Page information of Wiki]? --[[User:Wurgl|Wurgl]] ([[User talk:Wurgl|talk]]) 09:23, 21 May 2021 (UTC)
:I think your best bet would be [[WP:TemplateStyles]] to set <code>background-image: none</code> on <code>.mw-tmh-player.video > .mw-tmh-play:not(:hover)</code>. The last part of that makes sure the play button is able to reappear on hover. [[User:GKFX]]<sup>[[User talk:GKFX|talk]]</sup> 11:42, 21 May 2021 (UTC)
:: It is for german wikipedia where that template is missing. Importing that template (causing sure a lot of discussion) is too much effort for a very few (maybe 3) videos/images. I was hoping there might be some undocumented parameter. However, thanks. --[[User:Wurgl|Wurgl]] ([[User talk:Wurgl|talk]]) 09:34, 23 May 2021 (UTC)