fix pt 3
This commit is contained in:
parent
f1613b950c
commit
3ab619799a
@ -115,8 +115,7 @@ class PlayerData {
|
||||
}
|
||||
|
||||
try {
|
||||
const ths = this;
|
||||
this.observer = new MutationObserver((m,o) => this.onPlayerDimensionsChanged(m,o,this).bind(this));
|
||||
this.observer = new MutationObserver((m,o) => this.onPlayerDimensionsChanged(m,o,this));
|
||||
|
||||
const observerConf = {
|
||||
attributes: true,
|
||||
|
@ -1,5 +1,6 @@
|
||||
import Stretch from '../../../common/enums/stretch.enum';
|
||||
import BrowserDetect from '../../conf/BrowserDetect';
|
||||
import AspectRatio from '../../../common/enums/aspect-ratio.enum';
|
||||
|
||||
// računa vrednosti za transform-scale (x, y)
|
||||
// transform: scale(x,y) se uporablja za raztegovanje videa, ne pa za približevanje
|
||||
|
Loading…
Reference in New Issue
Block a user