• Resolved funkopopwave

    (@funkopopwave)


    Hi, first congrats for your great theme, very happy with it :). only want to ask for the recommended size for featured images. I used a 1000x1000px image and in the slider dont look very well because there are cut.

    thanks in advance.

    Diego M.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Veda

    (@vedathemes)

    Hi there,

    Thanks for using this theme.

    For sliders,

    1. you should have at least 1280px width of featured images, because that’s the maximum width of site content on larger screens. Lower width images will be stretched and hence will look blurred on desktop and laptops.

    2. For image height, Use rectangular images instead of square. Preferably use images of lower heights i.e., approx. 1280 X 500px. The cuts will be much lesser in these sizes.

    3. Presently images are center cropped (If image is cut, center portion of the image is visible and top and bottom portion will be cut). However, in some cases you want top portion of image to be visible. Use following css to “Top crop” the image instead of “Center crop”.

    3i. Go to Appearance > Customize > Additional CSS.
    3ii. copy paste following css

    .dp-featured-content .dp-thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    Try these solutions. Please inform if these solutions not work or you need any other help.

    Thanks

    Thread Starter funkopopwave

    (@funkopopwave)

    Thank you very much. That’s exactly what I needed to know ??

    Regards

    Diego M
    funkopopwave.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘recommended size for images’ is closed to new replies.