Fix clickable issues with audio-only button.

This commit is contained in:
FireMasterK 2021-08-26 19:14:19 +05:30
parent 71e68bfb8c
commit 99b6836c4f
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -1,15 +1,15 @@
<template>
<div class="uk-text-secondary" :style="[{ background: backgroundColor }]">
<router-link class="uk-text-emphasis" v-bind:to="video.url">
<img
:height="height"
:width="width"
style="width: 100%"
v-bind:src="video.thumbnail"
alt="thumbnail"
loading="lazy"
/>
<div class="uk-position-relative">
<img
:height="height"
:width="width"
style="width: 100%"
v-bind:src="video.thumbnail"
alt="thumbnail"
loading="lazy"
/>
<span
v-if="video.duration"
class="uk-label uk-border-rounded uk-position-absolute video-duration"