Skip to content

Commit

Permalink
Adjust video dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Oct 1, 2024
1 parent 7da0012 commit d447350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learnings/2024-08-25-dynamic-app-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ At a high level we need to be able to not only enable the currently disabled ali
I have compiled an [example project](https://github.com/DHuckaby/Chameleon) that does all of this that you can follow as a guide, or just copy/paste it like most do from StackOverflow. I don't mind either way, it is a pretty slick solution once it is in place. Given this is largely in uncharted territories, good luck if you ship it to production.

#### Example project in action
<video height="500" controls>
<video controls>
<source src="https://github.com/DHuckaby/Chameleon/raw/refs/heads/main/docs/Screen_recording_20240825_224418.mp4" type="video/mp4">
</video>
5 changes: 5 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@
}
}

#video{
object-fit: initial;
width: 270px;
height: 570px;
}

0 comments on commit d447350

Please sign in to comment.