Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

video

  1. E

    Video Positioning

    Hello everyone, I'm currently working on a web project and I'm having trouble positioning a video element below my navigation bar in a responsive manner. No matter what I try, I can't seem to get it right. Here's what I've attempted so far: <!DOCTYPE html> <html lang="sv"> <head> <meta...
  2. H

    JavaScript Safari can't play videos with sound using IntersectionObserver

    Hello there! I am having trouble playing videos with sound in Safari. The videos are not played by a click, but when they are visible on the screen by using an Intersection Observer. In Firefox, once there has been some user interaction with the page, a click for example, I can do this...
  3. H

    JavaScript Free memory of HTMLVideoElement

    Hello there! I have a page with a lot of videos, so memory is a concern. Because of that, I have implemented an Intersection Observer that removes the videos that are out of the viewport. This is the instruction: video.remove(); Where 'video' is an HTMLVideoElement. Will that instruction be...
  4. LKinneyX23

    col-md with video not appearing inside content div

    I have no idea what is happening with this as it keeps randomly changing on browsers, working one time I try and then not, without me having changed any code. It's showing entirely wrong in Dreamweaver, and I am pulling my hair out in confusion at this point. I am trying to make a responsive...
  5. KittenKatja

    JavaScript Video controls

    These questions are related to one overarching topic (the title) and I'd like them all to be answered. (not hand-picked like my previous topics) How do I take the video/audio controls from the video/audio elements and put them somewhere else? I'd also like to write their values into a cookie...
  6. M

    Help Application Programming

    Hi everybody, I have an idea of programming applications except that I have absolutely no idea by which programming language to start and how to realize it (I have a very beginner level in programming). This application would be useful in the case of several computer screens. To have the screens...
  7. PheonixsWings

    HTML How to make video appear fullscsreen when website loads with automatic playback and when it ends it goes to main page?

    How to make video appear fullscsreen when website loads with automatic playback and when it ends it goes to main page? <html> <head> <title>Elpro</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />...
  8. SpongeBOB

    HTML Track element for video is not working.

    Hi everyone, I have followed the guidance of this URL : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track to add a track (aka subtitle/captions) on a video. but it's not working here the code of my page: <!doctype html> <html lang="en-us"> <head> <meta charset="utf-8">...
  9. zerojjc

    JavaScript Change background image of play/pause button with jquery

    I used the Jfiddle below to setup a button that would play/pause a background video. However, I need to swap the background image so that when its playing a "pause image" is there, when paused a "play image" is there. https://jsfiddle.net/svArtist/9ewogtwL/ $('.video').parent().click(function...
  10. T

    How can i add videos into xml file?

    I want to add videos(various sites not only youtube)into xml file?How can i do that?
Back
Top Bottom