It seems .jpg files are also limited to 500KB. Can we also make the limit for .jpg larger, such as 10MB?
The images that are large are displayed as it is in thread.
May make it seems better by limit its max width when it is displayed:
May be add one line to
http://tab.d-thinker.org/cache/themes/theme1/global.css 's source or somewhere else:
Code:
img.attachment {max-width:800px;}
(10-27-2014 03:54 PM)zma Wrote: [ -> ]The images that are large are displayed as it is in thread.
May make it seems better by limit its max width when it is displayed:
May be add one line to http://tab.d-thinker.org/cache/themes/theme1/global.css 's source or somewhere else:
Code:
img.attachment {max-width:800px;}
the style is added, please check
(10-27-2014 03:49 PM)zma Wrote: [ -> ]It seems .jpg files are also limited to 500KB. Can we also make the limit for .jpg larger, such as 10MB?
yes, jpg files are limited 50MB now