• When I insert single 540×1200 screenshot, it appears bigger than when two 540×1200 (1080×2400) screenshots are joined. Check Step 2 of Android section in 1. Check Snapchat Microphone Permission

    When I use Gallery to upload 2 images side by side, it looks good. When I use Gallery to upload single screenshot, it takes full width.

    I just want single mobile screenshots to appear in symmetry with when two screenshots are shown together.

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    In CSS try setting the height to be fixed and the width be auto.

    .post-entry img {
        height: 752px;
        width: auto;
    }

    You can add this to the Additional CSS section of the customizer or style book.

    This could adversely affect other images on your site though. You may need to assign a unique class to affected images and use that class as the CSS selector.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Screenshots Single and Double Size Difference’ is closed to new replies.