-
-
Hi
I would like to size the vertical photos in my portfolio pages down. Is that possible? I resized them outside of wordpress but it does not seem to matter when I import them to the page.
I am using the Specular theme and the Default version.
-
Hello,
You can change the size of portfolio thumbnails by editing the file functions.php.
Find the lines:add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_grayscale', 627, 470, true ); add_image_size( 'port2', 460, 275, true ); add_image_size( 'port2_grayscale', 940, 470, true ); add_image_size( 'port4', 600, 600, true );
Then recreate the thumbnails or reupload the images.
Best regards!
- This reply was modified 9 years, 8 months ago by Ruco.
-
Thank you.
I have filezilla can you tell me where to find the file functions.php please.
thank you !
-
Hello,
Find it here
wp-content/themes/specular/functions.php.Best regards!
-
Hello,
You can find file functions.php, directly from Appearance > Editor in the file’s list. Screenshot
Best regards!
-
Thank you to both of you.
I found the coding in appearance > editor….the screenshot helped me to be sure i was in the right place.
That though is to edit the sizes on the general portfolio page….I would like to edit the images in the single portfolio page. For example…. https://daneenaugello.com/portfolio/meredith-2/
I do not want to have to scroll to see the entire vertical images.
Thank you again
-
Hello,
That edit is made in functions.php as well.
Best regards!
-
Hi
Thank you . Can you tell me specifically how to set it up so that the photos get uploaded in the specific size that I save them as before I upload them.
I can not seem to figure this out.
Thank you
-
Hello,
If you are using portfolio with two colums, edit:
add_image_size( 'port2', 825, 340, true );
If you are using portfolio 3 columns with grayscale, edit this:add_image_size( 'port3_grayscale', 627, 470, true );
..so on if you will use other portfolio types and want to change the image size.Best regards!
-
You must be logged in to reply to this topic.