コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Smart crop videoViewer

Avatar

Level 2

Hi team,

smartcropvideoviewer we have in scene7 crops the video according to the screen size and renders the video?

var smartCropVideoViewer = new s7viewers.SmartCropVideoViewer({
 "containerId":"s7viewer",
"params":{
 "asset":"html5automation/frisbee-AVS",
 "serverurl":"http://s7d1.scene7.com/is/image/",
 "videoserverurl":"http://s7d1.scene7.com/is/content/"
}

 or do we need to set additional params to smart crop video viewer to resize based on screen size?

 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

@Keerthi987 As far as i know it crops the video based on screen size and show the main subject in video. You can se the viewer size as mentioned in the document

The demo URL works the same way as you resize the browser and test it

https://s7d9.scene7.com/s7viewers/html5/SmartCropVideoViewer.html?asset=html5automation/frisbee-AVS 

 

#s7viewer.s7videoviewer {
 width: 640px;
 height: 480px;
}

 

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

@Keerthi987 As far as i know it crops the video based on screen size and show the main subject in video. You can se the viewer size as mentioned in the document

The demo URL works the same way as you resize the browser and test it

https://s7d9.scene7.com/s7viewers/html5/SmartCropVideoViewer.html?asset=html5automation/frisbee-AVS 

 

#s7viewer.s7videoviewer {
 width: 640px;
 height: 480px;
}

 

Avatar

Administrator

@Keerthi987  Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni