Skip to content

Instantly share code, notes, and snippets.

View paltorg's full-sized avatar

Pål Torgersen paltorg

  • SYNQ AS
  • Oslo
View GitHub Profile
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SYNQ.fm Fullscreen Video Sample</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet type="text/css" href="main.css">
<link rel=stylesheet type="text/css" href="media_queries.css">
</head>
<body>
@media only screen and (max-width: 767px) {
header {
max-height: auto;
background-color: gray;
background-image: url("https://backgroundimage.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-size: cover;
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SYNQ.fm Fullscreen Video Sample</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet type="text/css" href="main.css">
</head>
<body>
<header>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>SYNQ.fm Fullscreen Video Sample</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
@paltorg
paltorg / video.css
Created June 6, 2017 09:40
video.css
video {
width:100%;
max-width:500px;
height:auto;
}
@paltorg
paltorg / autoplay_mobile.html
Last active May 16, 2019 10:02
Autoplay_mobile
<!DOCTYPE html>
<html>
<body>
<h2>autoplay</h2>
<video autoplay muted loop playsinline poster="https://media.giphy.com/media/5CIRqPOk0141W/giphy.gif">
<source src="https://multicdn.synq.fm/blog/videos/small.mp4" type="video/mp4" />
</video>
</body>
</html>
@paltorg
paltorg / Video player customized 3.html
Created March 27, 2017 09:25
Video player customized 3
<iframe src="https://player.synq.fm/embed/4e063ab632f24992aced5c6f8983229f?&skin.active=FFF1DB&skin.inactive=E0DCD6&skin.background=000000"></iframe>
@paltorg
paltorg / Video player customized 2
Created March 27, 2017 09:23
Video player customized 2
<iframe src="https://player.synq.fm/embed/4e063ab632f24992aced5c6f8983229f?&skin.active=3EEFB0&skin.inactive=0083FE&skin.background=FFFFFF"></iframe>
@paltorg
paltorg / Video player customized 1.html
Created March 27, 2017 09:19
Video player customized 1
<iframe src="https://player.synq.fm/embed/4e063ab632f24992aced5c6f8983229f?&skin.active=FFFFFF&skin.inactive=F47D42&skin.background=4E579E"></iframe>
@paltorg
paltorg / Standard video player.html
Created March 27, 2017 09:16
Standard video player
<iframe src="https://player.synq.fm/embed/4e063ab632f24992aced5c6f8983229f"></iframe>