调整视频

This commit is contained in:
2021-12-13 15:13:05 +08:00
parent 0064eb71a9
commit ed792d4847

View File

@@ -21,8 +21,8 @@
</div> </div>
<div class="briefVideo-video"> <div class="briefVideo-video">
<video width="100%" height="100%" style="object-fit:fill" controls <video width="100%" height="100%" style="object-fit:fill" controls
src="{{ getVideoByCate(15,'link_url') }}" src="{{ getVideoByCate($category->id,'link_url') }}"
poster="{{ getVideoByCate(15,'cover_url') }}" poster="{{ getVideoByCate($category->id,'cover_url') }}"
> >
</video> </video>
</div> </div>