Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 67b8059

Browse files
add more components. still buggy
1 parent 8a71a0f commit 67b8059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@php
2-
echo cloudinary()->getVideoTag("{$publicId}")->setAttributes(['controls', 'loop', 'preload', 'style' => 'border: 1px;'])->fallback('Your browser does not support HTML5 video tagsssss.');
2+
echo cloudinary()->getVideoTag("{$publicId}")->setAttributes(['controls', 'loop', 'preload'])->fallback('Your browser does not support HTML5 video tagsssss.');
33
@endphp

0 commit comments

Comments
 (0)