Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix: add minimum dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Apr 1, 2023
1 parent e54f9d8 commit 9379526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimeo-video-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ templateShadowDOM.innerHTML = `
display: inline-block;
line-height: 0;
position: relative;
min-width: 300px;
min-height: 150px;
}
iframe {
position: absolute;
Expand Down

1 comment on commit 9379526

@vercel
Copy link

@vercel vercel bot commented on 9379526 Apr 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vimeo-video-element – ./

vimeo-video-element-luwes.vercel.app
vimeo-video-element-git-main-luwes.vercel.app
vimeo-video-element.vercel.app

Please sign in to comment.