File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,15 @@ function renderVideoMetadata(video_metadata) {
230230<div class="tabs row w3-animate-right">
231231 <div class="col-xs-12 col-sm-5 col-md-5">
232232 <input id="video_id" type="hidden" value="${ video_metadata . id } " />
233- <div class="thumbnail cover">
233+ <div class="thumbnail cover w3-tooltip">
234+ <a href="https://www.youtube.com/watch?v=${ video_metadata . id } " target="_blank">
234235 <img alt="Youtube Downloader thumbnail" src="https://i.ytimg.com/vi/${ video_metadata . id } /0.jpg" />
236+ </a>
235237 <div class="caption text-left">
236238 <b>
237- ${ video_metadata . title }
239+ <a href="https://www.youtube.com/watch?v=${ video_metadata . id } " target="_blank">${ video_metadata . title } </a>
240+ <span class="w3-text w3-tag">Watch on <i class="fa-brands fa-youtube w3-large"></i>
241+ </span>
238242 </b>
239243 </div>
240244 </div>
You can’t perform that action at this time.
0 commit comments