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

Mobile autosize not working for video-based media in Articles #307

Open
kgschoueri opened this issue Sep 18, 2024 · 1 comment
Open

Mobile autosize not working for video-based media in Articles #307

kgschoueri opened this issue Sep 18, 2024 · 1 comment

Comments

@kgschoueri
Copy link
Contributor

For version 0.43.1, there are some bugs with videos embedded into articles when viewed on a mobile device (tested only on two iPhones).

Another bug for the Kinora Voyager Edition has to do with the max width of videos for both mobile and desktop devices. The width of the video seems to determine the width of the entire article which makes for unreadable articles if the width is greater than c. 350 px for mobiles (see image) and more than c. 1000 px for a 15in laptop screen. This seems to be the case for both videos that are stored in Voyager and those embedded from elsewhere. However, I noticed that this issue isn't present for image-based media. The images auto-resize to the appropriate width depending on the viewing device.

For the Kinora Edition you can view this issue in the articles with videos "Introduction", "Placing a Kinora reel", "Rotating a Kinora reel", "Viewing a Kinora reel" and "Replicating the Kinora viewer" and "Replicating the Kinora reel"

IMG_9416

@gjcope
Copy link
Collaborator

gjcope commented Sep 20, 2024

We aren't currently supporting standalone videos (see #209) so the these would need to be styled appropriately by hand. Typically you would want to make the width 100% instead of a static value (so that it scales) and auto margins on either side. We will keep this open though for future video support.

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

2 participants