• Resolved alexysuscosas

    (@alexysuscosas)


    Hi! I’m having a problem with my website.
    https://www.alexandermahmoud.se/press/
    I usually had the image height of 540, but I wanted to try changing it to 755.
    The image size added a black fill under the images, so I tried uploading a picture that was 1100×755 px, but the picture got cropped to 1100x540px, and with a black fill underneath.

    This is what I changed:
    /* —– BLOG POST TYPES —– */
    .type-text, .type-image {
    color: #666;
    font-size: 24px;
    height: 755px;
    padding: 0;
    }

    /* IMAGE GALLERY */
    .type-gallery-portrait {
    height: 430px;
    padding: 0;
    width: 300px;
    }
    .type-gallery-landscape {
    height: 755px;
    padding: 0;
    }

    The theme I’m using is Sideways. I’ve tried looking into this but I’m not good, unfortunately. If anyone sits on a solution, please share!

    All well,

Viewing 4 replies - 1 through 4 (of 4 total)
  • What image dimensions have you configured in Settings -> Media?

    Thread Starter alexysuscosas

    (@alexysuscosas)

    Settings -> Media i have
    Thumbnail size 200×200
    Medium 300×300
    Large 1024×1024

    Thread Starter alexysuscosas

    (@alexysuscosas)

    Yeah, I made it!
    https://www.alexandermahmoud.se/live see the third picture. I edited the maximum height in raw_functions.php and matched it with the CSS.

    One more question, how do I turn off the mouse scroll script?
    All I can find for now is:
    // Enqueue jQuery mousewheel script
    wp_register_script(‘mousewheel’, get_bloginfo(‘template_url’).’/js/jquery.mousewheel.min.js’);
    wp_enqueue_script(‘mousewheel’);

    Thread Starter alexysuscosas

    (@alexysuscosas)

    And solved it as well. Thanks all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fcked up image sizes’ is closed to new replies.