Hello !
Im using the Ceevee skeleton and I'd like to replace all the photo in the portfolio part with YouTube video. I clearly cant do it with some help and I tried with multiples plugin but nothing work..
Thank for your help
Solved by pamtbaau View solution
Hello !
Im using the Ceevee skeleton and I'd like to replace all the photo in the portfolio part with YouTube video. I clearly cant do it with some help and I tried with multiples plugin but nothing work..
Thank for your help
@saku, Have had a look at CeeVee skeleton and created a simple example for showing videos. The look and feel might not be what you want, but at least it shows videos... ;-)
Here are the steps needed:
$ bin/gpm install devtools$ bin/plugin devtools newthemepages:
theme: mytheme
{# <a href="#modal-{{ loop.index }}" title="">
...
</a> #}
{# {% for item in page.header.portfolio %}
...
{% endfor %} #}
<video controls="" width="250">
<source src="{{ page.media[item.video].url}}" type="video/webm">
Sorry, your browser doesn't support embedded videos.
</video>
Note: type="video/webm" must match the extension of your videos
portfolio:
- video: flower.webm

Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 11 | 170 | 8 hours ago | ||
| 1 | 45 | 24 hours ago | ||
| 3 | 116 | 1 day ago | ||
| 2 | 111 | 2 days ago | ||
| 1 | 90 | 2 days ago |