Skip to content

Commit b84389c

Browse files
onedrawingperdaybep
authored andcommitted
Fix vimeo_simple thumb scaling
1 parent 8de5324 commit b84389c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tpl/tplimpl/embedded/templates.autogen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (!doNotTrack) {
283283
background: #000;
284284
}
285285
.__h_video img {
286-
max-width: 100%;
286+
width: 100%;
287287
height: auto;
288288
color: #000;
289289
}

tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
background: #000;
1313
}
1414
.__h_video img {
15-
max-width: 100%;
15+
width: 100%;
1616
height: auto;
1717
color: #000;
1818
}

0 commit comments

Comments
 (0)