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
Image manager image grid does not render properly in a viewport size only allows for 2 or 3 columns rather than the full 4.
Example grid (2 rows), X being image, O being blank space, imageManagerPageSize: 6. XX XX XX
XX
Example grid (3 rows)
XXX XXX
XXX
Example grid (4 rows) XXXX XXOO
XXXX
XXOO
XX OX OX XO XO
OX
XO
XXX OOX XOO XOO
OOX
XOO
XXXX OOXX
OOXX
Load the image manager with imageManagerPageSize: 6 (other page sizes also caused rendering issues)
4.5.0
Windows 11 24H2
Firefox 136.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue:
Image manager image grid does not render properly in a viewport size only allows for 2 or 3 columns rather than the full 4.
Expected Behaviour:
Example grid (2 rows), X being image, O being blank space, imageManagerPageSize: 6.
XX
XX
XX
Example grid (3 rows)
XXX
XXX
Example grid (4 rows)
XXXX
XXOO
Actual behaviour.
XX
OX
OX
XO
XO
XXX
OOX
XOO
XOO
XXXX
OOXX
Steps to reproduce the problem:
Load the image manager with imageManagerPageSize: 6 (other page sizes also caused rendering issues)
Froala version:
4.5.0
OS:
Windows 11 24H2
Browser:
Firefox 136.0
The text was updated successfully, but these errors were encountered: