Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Videos are not loaded on mobile #90

Open
mshibanami opened this issue Sep 14, 2024 · 0 comments
Open

Videos are not loaded on mobile #90

mshibanami opened this issue Sep 14, 2024 · 0 comments

Comments

@mshibanami
Copy link

First of all, I appreciate you publishing this project!

Currently, the website loads videos with the .gif file extension on mobile like this:

Screenshot 2024-09-14 at 4 53 07 PM

This is likely due to this line:
https://github.com/heyitsolivia/secretpuppies/blob/master/application.js#L82

However, all the videos hosted by the server (I believe this one: https://github.com/heyitsolivia/secretpuppies/tree/gh-pages/mp4) have .mp4 as their extension, so they always fail to load like this:

OpenPuppies


The repository has been inactive since 2018, so I'm not sure when or if this will be fixed.

If you're also one of users like me and you use Safari, you can resolve this issue with my Safari extension, Redirect Web for Safari. It's free for one rule. Download it and create a rule like this:

  • Type: DNR
  • Redirect From: (https://openpuppies\.com/mp4/[^.]*)\.gif
    • URL Pattern: Regular Expression
    • Resource Types: image
  • Redirect To: $1.mp4
@mshibanami mshibanami changed the title The Videos are not loaded on mobile Videos are not loaded on mobile Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant