[SOLVED] Image dialog too small in all browsers except from Internet Explorer
Added by ----- -----. 11 months ago
If I open the image dialog in a browser ( except from IE 9 ) it is too small, some elements on the right side are not visible, it is worse, if Iuse elFinder, because the button for elFinder in this dialog disappears completely.
In the online demo it works in all browsers, but I can't remember, that I changed any CSS Code, what can be responsible for this problem or how can I make the dialog bigger by default.
SOLUTION
After a long search:
You have to replace the 500 by a 600 in elrte.min.js
Replies (3)
RE: Image dialog too small in all browsers except from Internet Explorer
-
Added by Troex Nevelin 11 months ago
Please post the screenshot, but this is common with jquery ui, it's font size depends on your body font-size, try to tweak font's inside jquery ui theme
RE: [SOLVED] Image dialog too small in all browsers except from Internet Explorer
-
Added by ----- -----. 11 months ago
Solution above, is it possible to save this option in elrte.php, so that it is not deleted when I update to another version?
dialog:{autoOpen:false,width:600,position:"top",title:b.i18n("Image"),resizable:true,open:function()
RE: [SOLVED] Image dialog too small in all browsers except from Internet Explorer
-
Added by Troex Nevelin 11 months ago
I don't know what is elrte.php in your system, but you probably should update only css/js in future, the code where you include elRTE should not bw in elRTE distrib
(1-3/3)