2014-08-11, 11:05 AM
Change made here:
https://github.com/mybb/mybb/commit/3e42...ce55f126f3
not has any effect...
Image in editor not scaled...
To this work need put this code below
in /jscripts/sceditor/jquery.sceditor.mybb.css
Why of this i already said here https://github.com/mybb/mybb/pull/965#is...t-49506075
And if need Make style of editor textarea (jquery.sceditor.mybb.css) dependent with theme of editor check this http://community.mybb.com/thread-156662.html
What documentation of sceditor said about style option:
![[Image: qT7QX12.png]](https://camo.mybb.com/cd322cc5569f473180d3fa3699513a9f56b9a4e6/687474703a2f2f692e696d6775722e636f6d2f715437515831322e706e67)
http://www.sceditor.com/documentation/options/
https://github.com/mybb/mybb/commit/3e42...ce55f126f3
not has any effect...
Image in editor not scaled...
To this work need put this code below
img {
max-width: 100%;
max-height: 100%;
height: auto;
width: auto;
}
in /jscripts/sceditor/jquery.sceditor.mybb.css
Why of this i already said here https://github.com/mybb/mybb/pull/965#is...t-49506075
And if need Make style of editor textarea (jquery.sceditor.mybb.css) dependent with theme of editor check this http://community.mybb.com/thread-156662.html
What documentation of sceditor said about style option:
http://www.sceditor.com/documentation/options/