makumbi says:
<
video
id
=
"VideoPlayer"
src='<%# Eval("Id", "FileVB.ashx?Id={0}") %>' type = '<%# Eval("ContentType") %>' controls="true" />
width="100" height="50" loop="true" />
Change the width and height of video to set row height and width.
<video id="VideoPlayer" src='<%# Eval("Id", "FileVB.ashx?Id={0}") %>' type = '<%# Eval("ContentType") %>' controls="true"
width="50" height="30" loop="true" />