- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- October 23, 2016 at 7:43 pm #869refeksyjniParticipant
Hi,
I want to change image size in my blog:
Fotograf Ostrów Mazowiecka (please scroll down to first topic).
How can I change to 4000 height x 1000 width?Best Regards!
October 23, 2016 at 10:42 pm #872HashKeymasterHI,
You need to edit the code for it. Here is the process.
In the function.php file in line number 28
add_image_size( ‘square-blog-thumb’, 800, 420, true );
change the value of 800 and 420. 800 corresponds to width and 420 to height.Once you change the value. Regenerate the thumbnail using Regenerate thumbnail plugin.
https://themes.trac.wordpress.org/browser/square/1.3.2/functions.php
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.