Skip to content

Commit

Permalink
One more...
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucaspains committed Feb 3, 2024
1 parent 7fc0504 commit 3b5cfc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ImageGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ function close() {
:class="{ 'm-auto max-w-full': true, 'lg:max-h-80 max-h-60': !isOpen, 'lg:max-h-full': isOpen }">
</a>
<object v-else>
<param name="movie" :value="image.url + '?enablejsapi=1&fs=1&origin=' + originUrl" />
<embed :src="image.url + '?enablejsapi=1&fs=1&origin=' + originUrl"
<param name="movie" :value="'https://www.youtube.com/watch?v=GS8jz_ta9vs'" />
<embed :src="'https://www.youtube.com/watch?v=GS8jz_ta9vs'"
type="application/x-shockwave-flash" />
</object>
<!-- <iframe title="Youtube video" class="lg:h-80 h-60" type="text/html" width="100%"
Expand Down

0 comments on commit 3b5cfc6

Please sign in to comment.