Patrik
Explore posts from serversKPCKevin Powell - Community
•Created by Patrik on 9/26/2024 in #front-end
AOS isn't working for child scroll elements
Someone ever have issues with aos (https://github.com/michalsnik/aos)
i have element inside body and my body have 100% height and child 100svh
so AOS doesnt listen other elements. how can i solve it
or perhaps i need other lib?
1 replies
KPCKevin Powell - Community
•Created by Patrik on 9/17/2024 in #front-end
Lightweight swipe lib
Who can suggest very lightweight swipe lib
Or perhaps I can do it by myself?
38 replies
KPCKevin Powell - Community
•Created by Patrik on 9/13/2024 in #front-end
z-index for animation
hello there, seems to be easy but i cannot figure that out.
i have hover effect on items little tooltip pops up, but when u hover higher element he's lost z-index
https://codepen.io/melasculla/pen/ExBJORV
2 replies
KPCKevin Powell - Community
•Created by Patrik on 8/31/2024 in #front-end
How should i make it?
8 replies
KPCKevin Powell - Community
•Created by Patrik on 8/13/2024 in #front-end
Shape Outside for envelope
34 replies
KPCKevin Powell - Community
•Created by Patrik on 8/9/2024 in #front-end
better way to make this note
20 replies
Render images from api via fs
hello im using fs storage with folder in root directory (/images)
also have endpoint to render images
i can render it inside template and it works
but i always need to set http(s) path to host where i reach that: like 127.0.0.1:3000 or 192.168.1.100:3000 or other ip web server i think u got me
the question is what can i do to avoid hardcoding path and make dynamic
i cant make a repro for some reason but here is repo https://github.com/melasculla/first-nuxt-crud/tree/image-test
2 replies