• Resolved shuiemouse

    (@shuiemouse)


    Hi There,

    The plugin is working fine, I love it! But I noticed that when I view the comment section on a mobile device it does not show/display the attached images. Desktop and tablets are working fine with showing the images. Do you have a clue where to search for a fix? WordPress version 5.6.1, plugin DCO version 2.1.0 and I am working with the theme OceanWP version 2.0.2 (free version).

    Hope you can give me a clue where to find a answer.

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Thread Starter shuiemouse

    (@shuiemouse)

    Thanks it works great with the custom CSS. I saw the fix in a earlier thread.

    @media only screen and (max-width: 480px) {
    .comment-body .dco-attachment img {
    display: inline;
    }
    }

    • This reply was modified 3 years, 9 months ago by shuiemouse.
Viewing 1 replies (of 1 total)
  • The topic ‘Attachments (images) not showing on responsive mobile mode’ is closed to new replies.