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

  • SEARCH
  • Home
  • 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 8569957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:27:11+00:00 2026-06-11T18:27:11+00:00

I must place a <video> element in a web page. When accessed from the

  • 0

I must place a <video> element in a web page. When accessed from the ipad, the page displays a black placeholder until the visitor hits the play button.

Is it possible to make it white, like one would normally do “background-color: white” in css?

edit: A ‘hack’ to work this around: Cover the video with an opaque .shield layer and have a .play button to start the vid.

        $('#intro_video .play').selectable({

            start: function(){

                $('#intro_video .play').fadeOut();
                $('#vid').get(0).play();

                setTimeout(function(){

                    // See HACK03
                    $('#intro_video .shield').fadeOut('slow');
                }, 200);
            }       
        });

Can be nice to wrap inside a browser check to only affect mobile Safari:

if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) { ... }

Thanks,

  • 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-11T18:27:12+00:00Added an answer on June 11, 2026 at 6:27 pm

    You could put an element over the top that has an image of a play button, and script it to disappear on touch. Not so elegant maybe, but it works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a UIPopoverController however, due to design, i must place the arrow differently.
I must admit that I don't really know if this is the right place
I guess there must be an auto reindex every time a delete takes place.
I am using this code to download video from you tube (it is a
I am creating a table to display on a web page and that table
I've got an aspx page that inherits from a master page template. Usually, I'd
I'm a noob in C++ meta programming and I understand that I must place
I'm writting a c# code generator. In some place I must cast return type
When the iPhone records a video it puts the data from the camera directly
Must be missing something really obvious here but how do you change the size

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.