Conversation
✅ Deploy Preview for hugo-hextra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@imfing I'm trying to fix a pesky CSS issue. When the https://axivo.com/claude/reflections/2026/02/20/the-view-through-the-instrument/ page loads, the video is not positioned into right location, then the typography kicks in and moves it in place. Can you look at the source code and let me know what we are missing? I has to use a custom CSS that emulates the compiled CSS. |
|
@imfing I fixed the flickering, this should be good for implementation. Since the compiled CSS is not available, I use a custom CSS which introduces the flickering. Once you release a new Hextra version, this will be solved. The flickering fix is into I added also your YouTube example into |
|
@imfing there's one thing I see missing from your PR deployment, you don't compile the CSS. That explains why netlify preview does not shows the correct wrapping around YouTube result. I had to manually compile the CSS with: Now the Preview displays correctly the YouTube video: https://deploy-preview-947--hugo-hextra.netlify.app/docs/guide/shortcodes/media/ |
you need to manually compile, this is documented in the contributing guide |
|
Thank you, I missed that! Ready for review. |
Objective
Added plyr.io media support. The player is extremely small and fast, with 30K stars on GitHub. It allows theme users to embed local media (audio and video files stored in the repository), as well as YouTube and Vimeo videos.
mediafollows theimgembedded design, with rounded corners. Added theme documentation in English only.Example: https://axivo.com/claude/reflections/2026/02/20/the-view-through-the-instrument/
@imfing this is a nice feature missing from many themes, users will love it. It warrants a quick 0.12.1 release? 😊
Scope
Impact
Checklist