Skip to content

southworks/media-services-javascript-azure-media-player-zoom-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_type languages products description urlFragment
sample
javascript
html
azure
Attributions: Mariano Converti of Southworks
media-services-javascript-azure-media-player-zoom-plugin

Media Services: Zoom Plugin for Azure Media Player

Information

Attributions: Mariano Converti of Southworks

Introduction

This is an AMP plugin that enables the video viewer to zoom in on your content. A drag-able zoom scale is overlayed over the screen and if the zoom value is higher than 0, user can click and drag to view different parts of the screen.

Getting Started

Include the plugin CSS/javascriptafter the AMP script in the <head> of your html page:

<link href="amp-zoom.css" rel="stylesheet">
<script src="amp-zoom.js"></script>

See example.html for how to enable the plugin

Options

Options not applicable for this plugin

To-Do

Disable on-click pause when zoom value is greater than 0.

About

This is an Azure Media Plugin that enables the video viewer to zoom in on your content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.1%
  • HTML 30.8%
  • CSS 10.1%