File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ export const TabsBlock = ({
9090 key = { activeTab }
9191 className = { b ( 'media' ) }
9292 playVideo = { play }
93- height = { mediaHeight }
93+ height = { activeTabData . media ?. video && mediaHeight }
94+ imageClassName = { b ( 'image' ) }
9495 />
9596 ) }
9697 </ div >
Original file line number Diff line number Diff line change 4242 "start" : 0
4343 }
4444 },
45- "image " : " https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img_8-12_white.png"
45+ "previewImage " : " https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img_8-12_white.png"
4646 },
4747 "dark" : {
4848 "video" : {
5555 "start" : 0
5656 }
5757 },
58- "image " : " https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img_8-12_dark.png"
58+ "previewImage " : " https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img_8-12_dark.png"
5959 }
6060 },
6161 "caption" : " Dolor sit amet" ,
You can’t perform that action at this time.
0 commit comments