Tailwind Css Grid Image Sizing #13554
Ameenafsar
started this conversation in
Show and tell
Replies: 1 comment
-
How is the grid getting smaller? What do you mean by "higher"? How does it behave differently than what you want? Consider providing images of what you'd like vs what is happening please! Consider providing a Tailwind Play that reproduces the issue. You can use placeholder images that are the same size as your real project to emulate the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{% set products_to_loop = section.settings.collection.p_products | p_paginate({per_page: 100}) %}
<script type="text/javascript"> window.pdcProducts = {{ products_to_loop | json_encode | raw }}; const products = window.pdcProducts; console.log(products); </script>Customers also purchased
Beta Was this translation helpful? Give feedback.
All reactions