Arkatme
Arkatme
DDeno
Created by Arkatme on 8/5/2023 in #help
Resize image/convert on upload
Hi there, I want to store images uploaded in webp format at 200x200px. Has anyone done something like this before? The only package I could find was last updated like 3+ years ago.
3 replies
DDeno
Created by Arkatme on 8/3/2023 in #help
What should my entry point be on Deno Deploy?
2 replies
DDeno
Created by Arkatme on 8/2/2023 in #help
Set a cookie in GET and retrieve in POST
been tryinig to do this for a couple hours now. Basically I want a way to return the user to the previous page upon successful login. Currently I'm trying to set a cookie of "last_page" in GET and then reading it in POST when the user clicks Login.
4 replies
DDeno
Created by Arkatme on 8/2/2023 in #help
can't scrub video
<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}>
<video className="w-full" controls>
<source src="intro-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}>
<video className="w-full" controls>
<source src="intro-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
For some reason my video plays but I can't scrub through it. I can only play and pause the video. I've tried moving the component it is in, into an island but that didn't fix it either.
1 replies
DDeno
Created by Arkatme on 7/30/2023 in #help
Site runs fine but vscode is filled with errors.
8 replies