Michaël Gallego
Michaël Gallego
Hi @stipsan :). Is there any progress on supporting scroll-padding/margin to this library? It seems to work pretty well, but we have a use case where we need to actually...
Thanks for making this a reality ! This is a huge improvement in Liquid usability.
Hi ! I'm also trying to migrate all our scroll logic to this library, unfortunately RTL is indeed not working at all. Is there any plan to add support for...
@MarkFalconbridge , I've pushed a PR that adds support for RTL (#907 ) I only tried a few use cases I had, feel free to try it and let me...
For information, I did a PR a few months back to add support for RTL in the base library (PR here: https://github.com/scroll-into-view/compute-scroll-into-view/pull/907) I am still waiting for it to be...
This won't work. You can retrieve the section ID in Liquid: `{{ section.id }}`. This is what you need to pass as the section name instead of the static name.
This won't be possible in Shopify @alvinkonda . The only solution to goes around that is to render the full product page (so without any section) and extract from the...
The issue is still reproducible on Polaris 11.13. Considering this is a BC compared to 11.11, can the priority of this bug be raised?
In the interim, @e-dewailly your temporary fix works like a charm, thanks :).
@ludoboludo , the proper fix is to make the width optional for image_url and make sure it generates the highest possible value: ``` {{ section.settings.image_2 | image_url | image_tag: xxx...