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-
|
|
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
|
@@ -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.
|
|
102
|
+
><a href='{{ shop.metafields.custom.edu_collection_page.value.url }}'>
|
|
103
103
|
{{- section.settings.edu_header_text -}}
|
|
104
104
|
</a></span
|
|
105
105
|
>
|