badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change Image Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17317
    Michael
    Participant

    Hi
    where can I change the size of the image?

    I want to max height 300px

    and the image is to be seen all currently you can see it only half.

    link to site http://markttermine-saar.de/Veranstaltung/7-viezfest-gerlfangen/

    #17345

    Hi Michael,
    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    You can change it from your theme folder -> functions.php
    Can you see this line
    add_image_size( 'featured', 670, 300, true );

    670 and 300 is your width and height of image if you upload more than 670 width and 300 height. So you can change this 670 to any you want and 300 to any height you want.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.