Smart crop videoViewer | Community
Skip to main content
New Participant
December 1, 2023
Solved

Smart crop videoViewer

  • December 1, 2023
  • 2 replies
  • 1141 views

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?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Saravanan_Dharmaraj

@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 replies

kautuk_sahni
Employee
January 8, 2024

@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
Saravanan_Dharmaraj
Saravanan_DharmarajAccepted solution
New Participant
January 4, 2024

@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;
}