WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.

Donate with PayPal buttonSpenden mit dem PayPal-Button

  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.10.x) »
  • Modules »
  • Did you like MiniHero? Now there is MiniHeroVideo
  • Print
Pages: [1]   Go Down

Author Topic: Did you like MiniHero? Now there is MiniHeroVideo  (Read 28036 times)

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Did you like MiniHero? Now there is MiniHeroVideo
« on: July 28, 2017, 05:23:58 PM »
After the successfull miniHero Banner module there is now a special version that uses video backgrounds.

Tip: always upload a mp4 and a webm version of the video to ensure playing on all (modern) browsers.

Demo, information and download: https://dev4me.com/modules-snippets/opensource/minihero-video-banners/
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

johnbroeckaert

  • Guest
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #1 on: July 28, 2017, 06:53:21 PM »
Tested - Running smooth


T H A N K S!
Logged

Offline dbs

  • Betatester
  • **
  • Posts: 8915
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #2 on: July 28, 2017, 08:04:36 PM »
Also tested. Works. Next cool module.  (Y)
No video sound hearable, good so.
Thanks for that.
Logged
https://onkel-franky.de

Offline crnogorac081

  • Posts: 2161
  • Gender: Male
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #3 on: July 28, 2017, 08:30:54 PM »
nice one Ruud !  (Y)
Logged
Web developer

Offline Hans

  • Posts: 914
  • Gender: Male
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #4 on: July 29, 2017, 12:00:19 AM »
Thanks man! (Y)
Logged
Hans - Nijmegen - The Netherlands

Offline CodeALot

  • Posts: 579
  • Gender: Male
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #5 on: July 30, 2017, 12:47:10 AM »
Quote from: Ruud on July 28, 2017, 05:23:58 PM
After the successfull miniHero Banner module there is now a special version that uses video backgrounds.

Tip: always upload a mp4 and a webm version of the video to ensure playing on all (modern) browsers.

Demo, information and download: https://dev4me.com/modules-snippets/opensource/minihero-video-banners/

You rule. :)
 
For those looking for nice videos to use in this excellent new module: check https://coverr.co/
Logged

Offline zirzy

  • Posts: 178
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #6 on: August 12, 2017, 07:58:52 AM »
Thanks Rood for these cool MiniHero modules (Y)

But should video start automatically or from button? I tested the demo on my iPhone 7 and the video just  won't start.. or is the problem just iPhone? It didn't start with 4G and wifi connections.
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #7 on: August 13, 2017, 12:03:00 AM »
I have no ways of testing on IOS. It seems there are a lot of poosible restrictions on autoplay video.

There is a nice story and testing page for video here: http://walterebert.com/blog/html5-video-autoplay-mobile-revisited/
Maybe you could do a small test there and tell us if the "playsinline" attribute helps on your device/
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline zirzy

  • Posts: 178
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #8 on: August 13, 2017, 07:53:51 AM »
This plays well but no sound on iPhone7:

Code: [Select]
<video autoplay muted playsinline controls>
   <source src="video.mp4" type="video/mp4">
   <source src="video.webm" type="video/webm">
</video>

First one plays from the start button on full screen, no sound. Second plays well but no sound. Third plays well from the start button, with sounds.

Tested with iOS Safari and iOS Chrome.


« Last Edit: August 13, 2017, 08:12:31 AM by zirzy »
Logged

Offline CodeALot

  • Posts: 579
  • Gender: Male
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #9 on: August 14, 2017, 03:07:07 PM »
Part of the most recent policies for autoplaying videos on iOS that they must be muted or contain no audio.
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #10 on: August 14, 2017, 03:47:53 PM »
Quote from: zirzy on August 13, 2017, 07:53:51 AM
This plays well but no sound on iPhone7:

Code: [Select]
<video autoplay muted playsinline controls>
   <source src="video.mp4" type="video/mp4">
   <source src="video.webm" type="video/webm">
</video>
Could you check the demo on https://dev4me.com/modules-snippets/opensource/minihero-video-banners/demo/ again?
I added the missing playsinline parameter. Hopefully that fixes it for iPhones.

Note: It is not yet fixed in the download, I changed only the testpage to find out if it works!
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline zirzy

  • Posts: 178
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #11 on: August 15, 2017, 09:54:33 AM »
Quote
Could you check the demo on https://dev4me.com/modules-snippets/opensource/minihero-video-banners/demo/ again?
I added the missing playsinline parameter. Hopefully that fixes it for iPhones.

Yes, now it works correct on iPhone7.  (Y) (Y)
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #12 on: August 15, 2017, 10:46:39 AM »
Quote from: zirzy on August 15, 2017, 09:54:33 AM
Yes, now it works correct on iPhone7.  (Y) (Y)

Cool, I updated the module (v0.2) with this fix.
Download: https://dev4me.com/modules-snippets/opensource/minihero-video-banners/
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline astricia

  • Posts: 783
  • Gender: Female
    • netSchmiede24
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #13 on: September 22, 2017, 12:40:25 PM »
Just tried this module out for the first time - but the video does not play on Android, it seems?

Best,
Astrid
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #14 on: September 22, 2017, 01:44:12 PM »
Quote from: astricia on September 22, 2017, 12:40:25 PM
Just tried this module out for the first time - but the video does not play on Android, it seems?

Should be no problem on Android (recent versions) when using the MPEG-4/H.264 video format. (MP4)
You could also add a second version of the video encoded in "webm" format. That might help for some browsers. The browser will select the preferred video format.

You can test using your mobile by going to https://dev4me.com/demovideo/
This demo has both MP4 and WEBM video's available.
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline astricia

  • Posts: 783
  • Gender: Female
    • netSchmiede24
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #15 on: September 22, 2017, 02:10:59 PM »
I have a fairly new Samsung Galaxy S7 edge with Android 7.0 and I am not seeimg your demo video. Just a big grey box with the text...

Astrid
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #16 on: September 22, 2017, 02:18:52 PM »
I am also using Android 7 (Motorola phone) and it is working fine.
Using the "stock android" chrome browser!

I can't say about other browsers, but chrome should work.


« Last Edit: September 22, 2017, 02:31:24 PM by Ruud »
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline astricia

  • Posts: 783
  • Gender: Female
    • netSchmiede24
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #17 on: September 22, 2017, 03:30:33 PM »
Ok. I was using the preinstalled Samsung browser. With Chrome, I can see the video as well.

However if I go for example to www.coverr.co I can see their videos also with my Samsung browser. What are they doing differently? Samsung phones are rather popular, so I guess a big part of mobile users would use this browser.

Astrid
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #18 on: September 22, 2017, 04:21:20 PM »
Just installed the Samsung Browser (version 6.2.00.38 beta) to test.

Both my demo page and coverr.co do not work. On coverr.co I get the "poster" jpg image but no video as well.

Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline astricia

  • Posts: 783
  • Gender: Female
    • netSchmiede24
Re: Did you like MiniHero? Now there is MiniHeroVideo
« Reply #19 on: September 22, 2017, 04:32:35 PM »
The initial video on coverr.co does not work (but shows at least a static image and not a blank box). But if you select any video below and set it to test as a cover, it will work.
Logged

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.10.x) »
  • Modules »
  • Did you like MiniHero? Now there is MiniHeroVideo
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2