resize thumbnails after import from Facebook Event

Home Forums Calendar Products Event Aggregator resize thumbnails after import from Facebook Event

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #996404
    Evgenii Rybak
    Participant

    Hello,

    please help me to solve the following problem:

    How can I make an automatic resize thumbnails after import from Facebook Event of standard size 720 * 266 in size necessary for me 360 * 200?

    I need that after importing the event, the size of thumbnails in the imported event was 360 * 200.

    How can i do this?

    Thaks a lot for help.

    #996472
    George
    Participant

    Hey Evegenii,

    This will unfortunately rely on where these thumbnails are called in your theme for display.

    Wherever they’re displayed, the process here would be to first use the WordPress function add_image_size() to register a custom thumbnail image size of 360 x 200. Then, specify this size in the place where the thumbnails are being called in your theme.

    Finally, if you import images and they’re too large, you can use the awesome “Regenerate Thumbnails” plugin to just quickly make a down-sized version of the thumbnails after you import events → https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers,
    George

    #996493
    Evgenii Rybak
    Participant

    Thanks a lot, George, for your help!

    #996714
    George
    Participant

    No problem! 🙂

    Best of luck with your site,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘resize thumbnails after import from Facebook Event’ is closed to new replies.