Skip to content

Commit 4169468

Browse files
author
Julian Xhokaxhiu
committed
Fix inline content alignment with other slides.
1 parent cab5bc8 commit 4169468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scss/swipebox.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ html.swipebox-html.swipebox-touch {
6767
margin-right: -1px;
6868
}
6969

70-
img, .swipebox-video-container {
70+
img,
71+
.swipebox-video-container,
72+
.swipebox-inline-container {
7173
display: inline-block;
7274
max-height: 100%;
7375
max-width: 100%;

0 commit comments

Comments
 (0)