Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1149333

    Hello,
    We’re trying to change which size the featured image pulls in and displayed.

    See the image size here: https://wolf-log/oct-17-2019-fall-has-arrived-in-the-enclosure/

    We want it to simply pull in the full size image : https://wolf.org/wp-content/uploads/2019/10/Picture1.png instead of the 768×321

    How can we accomplish this?

    #1149390

    Hey Sievers,

    https://cl.ly/d6b743ea597c Please check the link, this one is not working.

    Best regards,
    Victoria

    #1149394

    Apologies, any of the posts will work as an example.

    Thank you

    #1149400

    Hi Sievers,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_elegant-blog .entry-content-wrapper .big-preview.single-big {
        width: 50vw;
        margin: 0 auto;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1149416

    That didnt seem to work? I think the issue is that it is pullin gin the featured image size 768×321. Not the originally uploaded size?

    #1150879

    Hi,

    Thank you for the update.

    We want it to simply pull in the full size image

    That is the default size of the featured image in the single post page. If you want to adjust it, install the following plugin, then go to the Settings > Media panel. Look for the “entry_with_sidebar” thumbnail, adjust the width and height value, update, save and then regenerate the thumbnails. You have to manually upload the images again if you don’t want to regenerate all existing thumbnails.

    // https://wordpress.org/plugins/simple-image-sizes/

    Let us know how it went.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.