Skip to content

Releases: kanzelm3/angular-video-bg

Fix YT global player loading

14 Oct 14:18
Compare
Choose a tag to compare
Merge pull request #23 from dejewi/master

FIX for YouTube IFrame API already being loaded

Wrapped in IIFE

11 Aug 21:38
Compare
Choose a tag to compare

Props to @httpete-ire for taking care of this.

Cleaned up some stuff on scope destroy

05 Aug 21:24
Compare
Choose a tag to compare

Fixed some memory leaks that were happening on scope destroy.

Updated some styles according to John Papa's styleguide

02 Aug 12:10
Compare
Choose a tag to compare

Playlist and dynamic video change support

14 Jul 22:21
Compare
Choose a tag to compare
v0.3.0

Another README tweak

Added support for advanced usage

07 Jul 20:25
Compare
Choose a tag to compare
v0.2.5

Added support for advanced usage with iframe API

Fixed looping issue

30 Jun 12:05
Compare
Choose a tag to compare

This release fixes an issue with looping when a start and end time are set and improves looping performance in general. It also displays video thumbnail while video is loading.

Upgraded default image to be hi-res

10 Jun 16:30
Compare
Choose a tag to compare

Now using hi-res YouTube thumbnail instead of low-res.

Added support for mobile background image

10 Jun 16:24
Compare
Choose a tag to compare

Since mobile browsers (phones and tablets) do not autoplay videos and require the user to actually play the video. I have added support to instead show a background image on mobile browsers. By default, the directive will get the YouTube video's first thumbnail and display that as the background image, but you can control what image displays by using mobile-image attribute.

Fixing padding issue in IE

10 Jun 15:16
Compare
Choose a tag to compare

There was an issue with padding in IE where left and right padding were not being added to the width of the video element.