Skip to content

Commit

Permalink
Adds playsinline for BC videos (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
naeem91 authored Feb 3, 2020
1 parent a981687 commit 43ef58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions image_explorer/templates/html/image_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2>{{title}}</h2>
data-embed="default"
data-video-id="{{hotspot.feedback.bcove.video_id}}"
controls=""
playsinline=""
style="width:{{hotspot.feedback.bcove.width}}; height:{{hotspot.feedback.bcove.height}}">
</video-js>
<script src="https://players.brightcove.net/{{hotspot.feedback.bcove.account_id}}/default_default/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='1.1.11',
version='1.1.12',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
Expand Down

0 comments on commit 43ef58e

Please sign in to comment.