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?
Solved! Go to Solution.
Views
Replies
Total Likes
@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;
}
@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;
}
@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.
Views
Replies
Total Likes