We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I've found that fancybox2 doesn't respect autoSize and fitToView options if type attribute is set.
autoSize
fitToView
type
https://github.com/navatech/yii2-roxymce/blob/b92b7d863ab4325e2a59d76f33e15d17c04899f3/src/web/js/roxy.js#L50
In this case preview opens like this
If we omit type type option everything is ok. I guess that is fancybox2 bug that couldn't be fixed without change fancybox2 itself.
Could you pls check if bug exist?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I've found that fancybox2 doesn't respect
autoSize
andfitToView
options iftype
attribute is set.https://github.com/navatech/yii2-roxymce/blob/b92b7d863ab4325e2a59d76f33e15d17c04899f3/src/web/js/roxy.js#L50
In this case preview opens like this
If we omit type
type
option everything is ok. I guess that is fancybox2 bug that couldn't be fixed without change fancybox2 itself.Could you pls check if bug exist?
The text was updated successfully, but these errors were encountered: