• Resolved mfreeling

    (@mfreeling)


    HI,

    Great plugin, I do have a problem however with the display of an uploaded picture. It show the picture at full size (often way too big) and the floating is not right either. I’ve tried some css edits, but I cant get it right.

    Thanks in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author cusrev

    (@ivole)

    Thanks for trying my plugin!

    I viewed the page that you mentioned but couldn’t find any review with attached pictures. Can you please share a link where I can see this problem with too large picture?

    Hello mfreeling

    I just visited your site and post a review with a hair photo for testing.

    I am not sure why it is not work for my site when uploading pics.

    Thread Starter mfreeling

    (@mfreeling)

    Hi,

    Did you duplicate the problem? I’ve accepted your review, you can see the picture is too big and the spacing of float is also not good.

    Thanks!
    Myron

    Thread Starter mfreeling

    (@mfreeling)

    hi,

    By the way, on Tablet everything looks great! But not on desktop.

    Best
    Myron

    Plugin Author cusrev

    (@ivole)

    You have the following code in your CSS (https://www.bamenboe.nl/wp-content/themes/theretailer/style.css):

    .woocommerce img,
    .woocommerce-page img {
      height: auto;
      max-width: inherit !important;
    }
    

    The line with “!important” is causing your problem because it overrides CSS rules provided by the plugin. You should try avoid using “!important” in CSS. If you comment the line with “max-width: inherit !important;”, the picture will have the correct size.

    I hope it helps!

    Thread Starter mfreeling

    (@mfreeling)

    Hi,

    Thanks for the help! Works perfectly now.

    Best,
    Myron

    My problem is more serious than yours.My site do not support submit photo review at all.

    That is the problem.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘uploaded picture display problem’ is closed to new replies.