Symptoms
I have uploaded an image as site's logo via page Design in Sitebuilder Wizard.The image file is uploaded successfully however the logo image looks very small.Is it possible to increase size of the logo image?
Cause
Size of logo image is defined in the template used by site. When upload an image as logo, its size is formatted according to default logo size defined in the template.Resolution
In configuration file of Parallels Plesk Sitebuilder it is possible to change size of uploaded logo or banner images.1. Open for editing Parallels Plesk Sitebuilder configuration file. The file is /usr/local/sitebuilder/config on RPM-based systems; /usr/opt/sitebuilder/config on debian-based systems
2. To change default logo upload behavior, add the following string under the General section:
logo_resize_type = [keep_asis|error|simple|keep_aspect_ratio]
3. To change default banner upload behavior, add the following string under the General section:
banner_resize_type = [keep_asis|error|simple|keep_aspect_ratio]
4. Save the file.
For details refer to Customizing Wizard Behavior upon Logo and Banner Upload