Skip to content

Commit 01a29fb

Browse files
committed
[GRAV-1370] update example image ratio
1 parent 3022ed8 commit 01a29fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/bpk-component-overlay/examples.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const VideoOverlayExamples = () => {
211211
<BpkImage
212212
src={VIDEO_IMG_SRC}
213213
altText="Sail boat"
214-
aspectRatio={0.6}
214+
aspectRatio={360 / 640}
215215
/>
216216
</BpkOverlay>
217217
<div className={getClassName('bpk-overlay-stories__overlay--name')}>
@@ -227,7 +227,7 @@ const VideoOverlayExamples = () => {
227227
<BpkImage
228228
src={VIDEO_IMG_SRC}
229229
altText="Sail boat"
230-
aspectRatio={0.6}
230+
aspectRatio={360 / 640}
231231
/>
232232
</BpkOverlay>
233233
</BpkOverlay>

0 commit comments

Comments
 (0)