When i upload video not played

when i upload video not played some page.
i change Display Type to Custom
and in Custom code :

<video width="260" height="180" controls>
  <source src="<?php echo url($data['video']); ?>" type="video/mp4">
</video>

then will work for all page.

Hi, please note that this is not a bug. If there is no display type configuration for videos and if the content you are dealing with does not have a displayed type made available by the Radsystems Studio app, you have the custom view for you to manually add the code to display that content.

1 Like