Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9177289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:17:27+00:00 2026-06-17T17:17:27+00:00

I am trying to display an image that when clicked will open up a

  • 0

I am trying to display an image that when clicked will open up a video player in html 5, but I don’t want the little semi-transparent play button to appear over it. Is there any way to specify in the tag not to put that icon over the poster image and just display the poster image as is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:17:29+00:00Added an answer on June 17, 2026 at 5:17 pm

    Update: This is no longer the best method – see this answer below for an actual solution.


    As far as I’m aware, the play button overlay is added by the rendering engine in mobile Safari, so no there is no way to hide it. However, you may be able to spoof it using ajax to load the video when a static image is clicked. For example:

    HTML

    <div id="videoContainer">
    
    </div>
    

    CSS

    #videoContainer {
      background-image: url(http://placehold.it/60x40.png);
      height: 40px;
      width: 60px;
    }
    

    JavaScript

    $("#videoContainer").click(function() {
      $(this).css('background', 'none').parent().html("<video id=\"video\" width=\"60\" height=\"40\">\n" +
        "<source src=\"video.mp4\" type=\"video/mp4\">\n" +
        "<source src=\"video.ogg\" type=\"video/ogg\">\n" +
        "</video>");
      $("#video").get(0).play();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a wpf control that will display a map image
When trying to display image that's adress doesn't exist you will see default browsers
So I'm trying to display an image that is ouside the path of my
I am trying to display an image in a gridview, however, the columns that
I am trying to dynamically display an image that I am storing in the
I am trying to set up an image that, when clicked, opens an iframe
I am trying to implement a simple script of image thumbnails, that when clicked,
I'm trying to develop a GTK desktop application. I want to display an image
Greetings! I've been trying to display some HTML with Java using JEditorPane . But
I'm trying to display an image in the player div, and then after the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.