Merge pull request #2574 from christian-classics-ethereal-library/getComputedSlideSize

API: Expose getComputedSlideSize so plugin developers can get width and height.
This commit is contained in:
Hakim El Hattab
2020-02-24 09:04:02 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@ -6576,6 +6576,7 @@
getScale: function() {
return scale;
},
getComputedSlideSize: getComputedSlideSize,
// Returns the current configuration object
getConfig: function() {