HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.26k stars 2.9k forks source link

blox-bootstrap: Bilibili videos cannot show #3059

Closed bowenEI closed 7 months ago

bowenEI commented 8 months ago

Preliminary Checks

Description

In newest documentation, I tried to embed bilibili videos in my blog.

{{< bilibili id="BV1WV4y1r7DF" >}}

But I could only hear the sound without any iframes shown.

In DevTools, I can see the elements:

<div class="bilibili">
  <iframe src="//player.bilibili.com/player.html?bvid=BV1pB421r7y1&amp;page=1" allow="fullscreen"></iframe>
</div>

Reproduction Link

https://hugoblox.com/hugo-themes/

Steps to Reproduce

/

Expected Result

/

Actual Result

/

What Hugo Module versions does your site use?

module github.com/HugoBlox/theme-academic-cv

go 1.15

require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 )

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Microsoft Edge

Which Hugo Blox template are you using?

Academic CV

What version of Hugo are you using?

0.119.0

gcushen commented 8 months ago

BiliBili appear to have changed their HTML/CSS so the video no longer displays (hidden by CSS).

This is not an issue in the Tailwind templates.

However, for Bootstrap templates, such as Academic CV, a PR will need to be made by a contributor to update the BiliBili CSS so that the video displays properly again.

github-actions[bot] commented 7 months ago

This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.

If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.

This issue will automatically close soon if no further activity occurs. Thank you for your contributions.