"VideoJS poster image" is not overlapping the video.

Created on 14 February 2024, 9 months ago
Updated 16 February 2024, 9 months ago

Problem/Motivation

"VideoJS poster image" is not overlapping to video. The video should run on click "VideoJS poster image".

Steps to reproduce

  • Using Drupal 10.2.3
  • Using Olivero theme
  • Create block with mp4 video and poster image
  • Assign block in region and see the page
  • The result is as below -

🐛 Bug report
Status

Closed: works as designed

Version

1.0

Component

Code

Created by

🇮🇳India ravi kant Jaipur

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ravi kant
  • 🇺🇸United States amstercad

    It looks like you have not installed the VideoJS libraries using the npm install command. Also ensure core Drupal has been patched.

  • 🇮🇳India ravi kant Jaipur

    Thank you @Amstercad
    Patch worked only when i apply from composer.json as below.

            "patches": {
                "drupal/core": {
                "Allows the creation of custom blocks through the user interface.": "https://www.drupal.org/files/issues/2020-07-02/3062376-34.patch"
                }
            }
    
  • Status changed to Closed: works as designed 9 months ago
  • 🇺🇸United States amstercad

    Via composer.json is also how I keep websites patched, as do most Drupal developers I believe.

Production build 0.71.5 2024