@saooti/octopus-sdk 37.0.21 → 37.0.22

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.21",
3
+ "version": "37.0.22",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -10,9 +10,9 @@
10
10
  class="d-flex flex-grow-1 text-dark"
11
11
  >
12
12
  <img
13
- v-lazy="proxyImageUrl(emission.imageUrl, '330')"
14
- width="330"
15
- height="330"
13
+ v-lazy="proxyImageUrl(emission.imageUrl, '250')"
14
+ width="250"
15
+ height="250"
16
16
  class="img-box"
17
17
  :title="$t('Emission name image', { name: emission.name })"
18
18
  :alt="$t('Emission name image', { name: emission.name })"
@@ -5,11 +5,11 @@
5
5
  <img
6
6
  v-lazy="
7
7
  radio.imageUrl
8
- ? proxyImageUrl(radio.imageUrl, '330')
8
+ ? proxyImageUrl(radio.imageUrl, '270')
9
9
  : '/img/emptyradio.webp'
10
10
  "
11
- width="330"
12
- height="330"
11
+ width="270"
12
+ height="270"
13
13
  class="img-box img-box-podcast"
14
14
  :title="$t('Canal name image', { name: radio.name })"
15
15
  :alt="$t('Canal name image', { name: radio.name })"
@@ -39,9 +39,9 @@
39
39
  </router-link>
40
40
  </div>
41
41
  <img
42
- v-lazy="proxyImageUrl(playlist.imageUrl, '330')"
43
- width="330"
44
- height="330"
42
+ v-lazy="proxyImageUrl(playlist.imageUrl, '250')"
43
+ width="250"
44
+ height="250"
45
45
  :title="$t('Playlist name image', { name: name })"
46
46
  :alt="$t('Playlist name image', { name: name })"
47
47
  class="img-box"
@@ -4,9 +4,9 @@
4
4
  class="img-box img-box-podcast mb-3 flex-column justify-content-start align-items-start position-relative flex-shrink-0 float-start"
5
5
  >
6
6
  <img
7
- v-lazy="proxyImageUrl(podcast.imageUrl, '330')"
8
- width="330"
9
- height="330"
7
+ v-lazy="proxyImageUrl(podcast.imageUrl, '270')"
8
+ width="270"
9
+ height="270"
10
10
  class="img-box img-box-podcast"
11
11
  :alt="$t('Episode name image', { name: podcast.title })"
12
12
  />
@@ -281,7 +281,7 @@ export default defineComponent({
281
281
  },
282
282
  preloadImage(url: string): void {
283
283
  const img = new Image();
284
- img.src = this.proxyImageUrl(url, "330");
284
+ img.src = this.proxyImageUrl(url, "270");
285
285
  },
286
286
  },
287
287
  });
@@ -11,9 +11,9 @@
11
11
  <div class="module-box">
12
12
  <div class="mb-5 descriptionText">
13
13
  <img
14
- v-lazy="proxyImageUrl(imageUrl, '330')"
15
- width="330"
16
- height="330"
14
+ v-lazy="proxyImageUrl(imageUrl, '250')"
15
+ width="250"
16
+ height="250"
17
17
  :alt="$t('Emission name image', { name: name })"
18
18
  class="img-box float-start me-3 mb-3"
19
19
  />
@@ -11,9 +11,9 @@
11
11
  <div class="module-box">
12
12
  <div class="mb-5 mt-3 descriptionText">
13
13
  <img
14
- v-lazy="proxyImageUrl(imageUrl, '330')"
15
- width="330"
16
- height="330"
14
+ v-lazy="proxyImageUrl(imageUrl, '250')"
15
+ width="250"
16
+ height="250"
17
17
  :alt="$t('Playlist name image', { name: name })"
18
18
  class="img-box float-start me-3 mb-3"
19
19
  />