@betarena/ad-engine 0.0.65 → 0.0.67

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": "@betarena/ad-engine",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -103,7 +103,7 @@
103
103
  * @description
104
104
  * 📝 Translation target
105
105
  */
106
- strTranslationTarget = 'es'
106
+ strTranslationTarget = 'en'
107
107
  ;
108
108
 
109
109
  /**
@@ -289,7 +289,7 @@
289
289
  '
290
290
  background: url({objectAdvertData.data?.media});
291
291
  background-repeat: no-repeat;
292
- background-size: 100vw 100vh;
292
+ background-size: cover;
293
293
  '
294
294
  />
295
295
  </a>
@@ -333,8 +333,8 @@
333
333
  /* 🎨 style */
334
334
  min-width: 100vw;
335
335
  max-width: 100vw;
336
- height: 100vh;
337
336
  min-height: 100vh;
337
+ height: 100vh;
338
338
  background-color: var(--betarena-ad-engine-interscroller-advert-background-image-);
339
339
 
340
340
  .info-box
@@ -374,8 +374,8 @@
374
374
  left: 50%;
375
375
  transform: translate(-50%, -50%);
376
376
  /* 🎨 style */
377
- width: 100vw;
378
- height: 100vh;
377
+ width: inherit;
378
+ height: inherit;
379
379
  backface-visibility: hidden;
380
380
  -webkit-backface-visibility: hidden;
381
381
  border: 0;
@@ -384,10 +384,10 @@
384
384
  a
385
385
  {
386
386
  /* 🎨 style */
387
- display: block;
388
- width: 100vw;
389
- height: 100vh;
390
387
  text-decoration: none;
388
+ height: inherit;
389
+ /* 🛝 layout */
390
+ display: block;
391
391
 
392
392
  div#advert
393
393
  {
@@ -395,8 +395,7 @@
395
395
  position: relative;
396
396
  /* 🎨 style */
397
397
  margin-top: -30px;
398
- max-width: 100vw;
399
- height: 100vh;
398
+ height: inherit;
400
399
  }
401
400
  }
402
401
  }