How to insert canva video element in grid?

QuestionsHow to insert canva video element in grid?
C3media asked 5 years ago

Hello, i need to use video element to insert image from here, how to do it?

1 Answers
Abu Ghufran Staff answered 5 years ago

I don’t understand what you mean by canva video element.

You can have any html code in displaying data in grid cell.

e.g.

$col[“template”] = “<video width=”320″ height=”240″ controls><source src=”movie.mp4″ type=”video/mp4″></video>”;

Then you can replace “movie.mp4” with database field (e.g. video_url) placeholder, {video_url}

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

14 + 4 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?