Skip to content

Height of media browser is too short #136

Open
@SnowCreative

Description

@SnowCreative

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions