Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #901645

    What is the advised dimension for the featured image for the blog?

    Thanks

    #901688

    Hey jgeorge64uk,

    You can see the dimesion to what you need. We can’t really advise as size as it’s based on your specific image. Add this:

    .big-preview img {
        height: 360px;
        width: auto !important;
    }

    Best regards,
    Jordan Shannon

    #901746

    Where can I see this dimension?

    Also not too sure where this code goes..
    Im a sales persons and don’t get involved on the technical side of things

    #902336

    Hi,

    You would add that code to quick css. https://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    Also, please provide an example link to a post so we have an idea of what you are needing to do to the image.

    Best regards,
    Jordan Shannon

    #902447
    This reply has been marked as private.
    #902779

    Hi,

    Ah okay I see. If you add the image, it should auto size and crop to 1030 x 360 for you so that they are all uniform it for you.

    Best regards,
    Jordan Shannon

    #911801
    This reply has been marked as private.
    #911862

    Hi,

    Apologies, are you looking for the image to be full-width? I’m speaking specifically of the last images you sent in the screenshot.

    Best regards,
    Jordan Shannon

    #911876

    Yes thats correct, I would like the image to be full width and fill up the space so it looks professional and not tacky how it does atm

    Cheers

    #912098

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .slide-image img {
      min-width:100%;
    }

    Best regards,
    Rikard

    #912276

    Thank you, you’re a star *

    #912277

    and just to confirm what size should this image be to ensure it fills up all of the gap without being stretched to suit?

    #912602

    Hi,

    Great, glad the CSS helped. You should try to keep the images as wide as the container, in your case that means 1300 pixels.

    Best regards,
    Rikard

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