Fix large image attachments not showing (#1043)
* fix for too large image attachments not fitting into GL texture * Don't use context!!main
parent
93439b2ad6
commit
3c7cd4097a
@ -1,4 +1,8 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<resources> |
<resources> |
||||||
<integer name="profile_media_column_count">3</integer> |
<integer name="profile_media_column_count">3</integer> |
||||||
|
|
||||||
|
<!-- Images larger than this will be downscaled to avoid OpenGL errors --> |
||||||
|
<integer name="media_max_width">1920</integer> |
||||||
|
<integer name="media_max_height">1920</integer> |
||||||
</resources> |
</resources> |
Loading…
Reference in new issue