Giter VIP home page Giter VIP logo

Comments (3)

megapro17 avatar megapro17 commented on July 19, 2024 1

oh never mind, i figured it out

{{ if not (.Page.Scratch.Get "plyrLoaded") }}
  	{{ .Page.Scratch.Set "plyrLoaded" true }}
    <link rel="stylesheet" href="https://cdn.plyr.io/3.6.8/plyr.css" />  
    <script src="https://cdn.plyr.io/3.6.8/plyr.polyfilled.js"></script>

    <script>
        window.onload = function() {
            const players = Plyr.setup('#player');
        };
      </script>
{{ end }}

<video id="player" playsinline controls>
    <source src="{{ .Get 0 }}" type="video/mp4" />
</video>

from hugo-video.

martignoni avatar martignoni commented on July 19, 2024

Thanks for your feedback. I know videojs, but it's out of scope of this project, intended to support video without additional code.

from hugo-video.

megapro17 avatar megapro17 commented on July 19, 2024

Can you explain me how to create my own theme component? There is no much documentation in the web. https://gohugo.io/hugo-modules/theme-components/
I'm creating shortcut like this, but there I shouldn't include css and js file each time it's used, there is .HasShortcode option, but it only works in templates, but when i'm trying to use template it just overrides theme completely.

<link rel="stylesheet" href="https://cdn.plyr.io/3.6.8/plyr.css" />  

<video id="player" playsinline controls>
    <source src="{{ .Get 0 }}" type="video/mp4" />
</video>

<script src="https://cdn.plyr.io/3.6.8/plyr.polyfilled.js"></script>
<script>const players = Plyr.setup('.js-player');
</script>

I switched to plyr because it's looking nicer, there is one theme that uses it https://github.com/funkydan2/alpha-church/, i see js included in layouts/partials/scripts.html and css in layouts/partials/header.html

from hugo-video.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.