Skip to content

Commit

Permalink
update - video carousel to contain object fit #1229
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed May 3, 2024
1 parent 3dbda92 commit 0fe912e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8266,7 +8266,7 @@ select.tab-block-container-tab-block_header-buttons_mobile_select {
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
object-fit: contain;
object-position: center;
border-radius: 10px; }
.video_carousel_template .slide-container {
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/blocks/video-carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
object-fit: contain;
object-position: center;
border-radius: 10px;
}
Expand Down

0 comments on commit 0fe912e

Please sign in to comment.