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

Height of media browser is too short #136

Open
SnowCreative opened this issue Mar 14, 2024 · 0 comments
Open

Height of media browser is too short #136

SnowCreative opened this issue Mar 14, 2024 · 0 comments

Comments

@SnowCreative
Copy link

SnowCreative commented Mar 14, 2024

Bug report

Summary

When going into the media browser from the text, the browser is too short.

Step to reproduce

Edit some text, insert an image to load the media browser.

Observed behavior

The media browser does not fill the height of the browser window. It is only about 50% of the size, and can't be resized. This makes it difficult to use when there are a lot of files to choose from.
Screen Shot 2024-03-14 at 10 20 01 AM

Expected behavior

The media browser should fill the height of the browser window, as it does in other versions of tinymce that were used in the past. All that's needed is to change this:
width:1200,height:600
to this:
width:1200,height:1000
in "tinymcerte.min.js" in tinymcerte->js->mgr. 1200 would fill the height of most monitors, although 1000 is a nice height on mine.

Environment

MODX 3.0.4, TinyMceRTE 2.0.9-pl.

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