Okay
  Public Ticket #1543180
Erro image Widgets
Closed

Comments

  • Rafaelshinzo started the conversation

    I'm having problem
    Images are not displaying as round.

    Printscreen erro:
    http://prntscr.com/j61yai

    Exemplo no tema:
    http://prntscr.com/j61yzr

  •  93
    djwd replied

    Hi there,
    thank you for your purchase, love your site!

    About your issue, running a plugin as Force Regenerate Thumbnails should crop the right images sizes for you and fix the issue.

    Hope it helps

    Regards
    djwd

  • Rafaelshinzo replied

    Hi djwd,

    I already updated the image with the plugin "Force Regenerate Thumbnails " I had no results.. 
    What can I do to correct the problem?

  •  93
    djwd replied

    Hi there,

    By digging into it some further it turns out that the problem is that the images uploaded seem to be too small. Minimum requirement is 350x350px for the cropping to be successful for all media sizes. Your average image size is 150x84px which is really small. 

    There is no real solution to that than uploading bigger pictures, you could set some Custom CSS like

    .stkd-extra-posts figure .wp-post-image {
        width: 71px;
        height: 71px!important;
    }

    but the images would result stretched as they're not squared.

    Regards
    djwd