-
Notifications
You must be signed in to change notification settings - Fork 8
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
iOS thumbnail always square #17
Comments
When I change the aspect ratio to something that’s not a square, the thumbnail ends up being distorted. Anyone else having this issue? It happens to me on iOS. |
I'll probably fix it next week. |
@dragermrb Thank you sir! |
@dragermrb Hey man, I know you’re super busy. I’ll see if I can fix it also. Looks like the issue is with |
You need to fix capacitor-plugin-video-editor/ios/Plugin/VideoEditor.swift Lines 98 to 129 in 7c0ea7c
|
@dragermrb I've opened a PR. Hopefully, this helps! |
Thanks @CricketLaChica ! Merged and released! |
On iOS, the
thumbnail
function always results in a square aspect ratio. I noticed onVideoEditor.swift
, line 111, width and height are being set to the same variable. Could this be made in error? In the Android files, it's implemented properly.The text was updated successfully, but these errors were encountered: