Staff picture re-position

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24145
    Ixinho
    Participant

    Hello,

    is it possible somehow to edit picture dimensions/crop/position when it’s applied to the single staff? I have a horizontal picture which when applied to a staff, displays only body instead of the head ..

    #24146
    Ixinho
    Participant

    Or is it simply possible to set custom size of the picture for specific staff?

    #24167
    Veena
    Moderator

    You can try image size – proportional in file single-staff.php at line no:12

    $image_size = "proportional";
    
    #24201
    Ixinho
    Participant

    That worked, thank you. However, for those pictures that are proportional, thumbnails on staff page are now bigger than others, any way to restrict this setting only for single-staff page, not for thumbnails on staff page?

    #24216
    Veena
    Moderator

    The change i have suggested applies only for single staff page .
    And the default image size for the staff template page is small, maybe you have already changed that too to “proportional”
    You can try changing the image size for staff template page in file loop-staff.php at line no:8 .

    
    $image_size = 'small';
    

    You can try medium, large , proportional instead of ‘small’ and see if it helps.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.