BuddyBoss Home – Web › Support Forums › Solutions › Social Portfolio › Image Sizes In Project
- This topic has 5 replies, 2 contibutors, and was last updated 9 years, 2 months ago by
Anonymous.
Question
December 29, 2015 at 3:05 am #55164@attrellIt appears images uploaded to a project are set at max 1600. There is no option to change this that I can see. I would like a smaller size. Is there an option anywhere this can be changed.
Thank you, this is a really nice product y’all created.
Answers
December 29, 2015 at 12:52 pm #55195@
AnonymousHi @attrell, Thanks for your feedback
We have not set for image size limit, you can upload high resolution images easily
may be your php upload limit will be default 2mb that why you are not able to upload bigger images , please check your php upload limit once
Regards
Varun DubeyDecember 29, 2015 at 5:00 pm #55212@attrellThanks Varun,
I meant I wanted to have the displayed image smaller. It currently resizes my large images to 1600, I wanted to display even smaller at 800.
Is there anyway to change max image display to 800px rather than 1600px.
Thank you,
Chris
December 30, 2015 at 2:03 pm #55250@
AnonymousHi @attrell
You can add following function to child themefunction sp_child_theme_setup() { add_image_size( 'project_image', 800, 9999, false ); } add_action( 'after_setup_theme', 'sp_child_theme_setup', 11 );
Regards
Varun DubeyDecember 30, 2015 at 7:26 pm #55261@attrellWow thank you! WOrked great!
January 2, 2016 at 10:18 am #55366@
Anonymous🙂 Great
Please create a new topic for any further queries, i will close this one.
Regards
- The question ‘Image Sizes In Project’ is closed to new replies.