Revert "Videos: Play videos in full size (work in progress)"
This reverts commit df0d93b1e4
.
This commit is contained in:
parent
df0d93b1e4
commit
054a0764c5
2 changed files with 2 additions and 3 deletions
|
@ -85,8 +85,7 @@ export default {
|
||||||
return this.$el.getElementsByTagName('video')[0];
|
return this.$el.getElementsByTagName('video')[0];
|
||||||
},
|
},
|
||||||
updateStyle() {
|
updateStyle() {
|
||||||
// this.style = `width: ${this.width.toString()}px; height: ${this.height.toString()}px`;
|
this.style = `width: ${this.width.toString()}px; height: ${this.height.toString()}px`;
|
||||||
this.style = `width:100%; height: 100%`;
|
|
||||||
this.$el.style.cssText = this.style;
|
this.$el.style.cssText = this.style;
|
||||||
},
|
},
|
||||||
render() {
|
render() {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: rgba(0,0,0,1);
|
background-color: rgba(0,0,0,0.66);
|
||||||
}
|
}
|
||||||
|
|
||||||
#photoprism .video-wrapper {
|
#photoprism .video-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue