• Resolved besmartco

    (@besmartco)


    Hi, what is the required size for company logo so that its not cropped automatically when displayed on Jobs List page and on a single post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @besmartco

    Rendered size of the company images is 60x60px. The company image is the single post attachment image. There is used the same logic as for getting the post image.

    We use this function to get the company logo for the job:

    wp_get_attachment_image_src( $attachment_id, 'thumbnail' );

    thumbnail size returns the 150x150px by default.

    Let me know if you have other questions,
    Best Regards!

    Thread Starter besmartco

    (@besmartco)

    Thank you very much indeed @nsinelnikov.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Company logo size requirement’ is closed to new replies.