更新 snapshot
This commit is contained in:
parent
5597a7cc13
commit
9ef9f5b6ce
|
@ -20,7 +20,7 @@ exports[`Renderer:carousel 1`] = `
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="image "
|
class="image "
|
||||||
style="background-image: url(https://video-react.js.org/assets/poster.png)"
|
style="background-image: url(https://video-react.js.org/assets/poster.png); background-size: contain; background-repeat: no-repeat; background-position: center center;"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ exports[`Renderer:carousel 1`] = `
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="image "
|
class="image "
|
||||||
style="background-image: url(https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg)"
|
style="background-image: url(https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3893101144,2877209892&fm=23&gp=0.jpg); background-size: contain; background-repeat: no-repeat; background-position: center center;"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue