• The Author Pro book dimensions are fixed to very thin books. My books are more like textbooks, the standard size being 8.5×11. I tried to upload these thinking the site would automatically keep the dimensions, but instead the site cuts off margins and displays awkward covers.

    Author Pro directions say to crop all books accordingly: “The recommended book cover image upload size is 720 x 1140 pixels which will be displayed at 360 x 570 pixels.”

    I would like to adjust this size to 850 x 1100, then let the crop sizes adjust automatically. In other words, I’d like to upload my images and have the books display proportionately WITHOUT indiscriminately cropping off edges.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Chris,

    I am sorry for the delay in our reply.

    This would require you to make customizations to your plugin file.

    You could try adding the following to your child themes function.php file and then regenerate thumbnails to see if this works for you:

    //* Add new image sizes
    add_image_size( ‘author-pro-image’, 400, 800, TRUE );

    You could also check out the other community resources for assistance such as the Slack channel ( https://genesis.community/slack ) and Facebook group ( https://www.facebook.com/groups/genesiswp/ ).

    Have a great weekend!

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Images Cropping Automatically’ is closed to new replies.