@saooti/octopus-sdk 37.0.39 → 37.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "37.0.39",
3
+ "version": "37.0.40",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -250,7 +250,7 @@ export default defineComponent({
250
250
  iFrameHeight(): string {
251
251
  switch (this.iFrameModel) {
252
252
  case "video":
253
- return "auto";
253
+ return "281px";
254
254
  case "large":
255
255
  if (this.podcast) return "140px";
256
256
  return "350px";