We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Plugin Photos - Bigger Image Size (FULL HD) | Forum

Topic location: Forum home » Support » General Questions
robi782
robi782 May 26 '15
Hello Oxwall Users and OX-Team,

we want to set a bigger upload image size in our oxwall system.

Actually the image size is 960px × 540px but we want a size in 1920x1080.

where can we change the size for the uploaded pictures to photo plugin?

thanks and greetings
Taissa Team
Taissa May 27 '15
robi782, to change the upload image size settings you need to edit the ow_plugins/photo/bol/photo_service.php file.

Find this lines:

   CONST DIM_MAIN_HEIGHT = 640;
    CONST DIM_MAIN_WIDTH = 960;


Edit the values in these lines.

After changing the code make sure you've cleared browser and site cache. To clear site's cache enable DEV_MODE. Follow the instructions: https://docs.oxwall.org/plugin-tuts:enable-debug .

Remember all changes will be lost after updating the site.
robi782
robi782 May 27 '15
Many thanks i will test/change it :)
Taissa Team
Taissa May 28 '15
robi782, keep us updated.