Hi,
Starbox doesn’t have the option to enlarge the image.
You can only change it from custom css.
.abh_tab_content .abh_image img{
width: 100px;
max-width: 100px;
}
HI, how are you?
Thanks for the answer.
I changed here but the bigger picture is blurry.
Is it possible to change in PHP? Any parameters?
Thank you.
Hi,
You can change the resize with and height from wp-content/plugins/starbox/models/UserSettings.php line: 34
Hope this helps,
Calin
Hi Calin,
Thank you for this help.
I changed the code here but the bigger picture still blurry.
Any tips?
Thanks.
Hi,
We released the last version of the plugin 3.2.3.
The author image is resized to 250px for a better image quality on resize.
Please update and check again.
Calin