zz-shopify-components 0.11.0 → 0.12.0

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.
@@ -465,8 +465,9 @@
465
465
  #shopify-block-{{ block.id }} .flex-layout-image {
466
466
  height: {{ block.settings.pc_fixed_height }}px;
467
467
  }
468
- #shopify-block-{{ block.id }} .flex-layout-image {
468
+ #shopify-block-{{ block.id }} .flex-layout-video {
469
469
  height: {{ block.settings.pc_fixed_height }}px;
470
+ object-fit: cover;
470
471
  }
471
472
  {% endif %}
472
473
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",
@@ -99,7 +99,7 @@
99
99
  {% if show_header_edu %}
100
100
  <div class=' tw-max-w-[1660px] lg:tw-px-[20px] tw-w-full tw-mx-auto tw-h-full tw-flex tw-items-center tw-justify-left'>
101
101
  <span class='tw-cursor-default'
102
- ><a href='{{ shop.metafields.custom.edu_home_page.value.url }}'>
102
+ ><a href='{{ shop.metafields.custom.edu_collection_page.value.url }}'>
103
103
  {{- section.settings.edu_header_text -}}
104
104
  </a></span
105
105
  >