• Resolved e-factor

    (@e-factor)


    Hello, I have this strange issue: even if I have a small image it is shown full sized inside the page. I mean: I upload an image that is 200×256 but I see it as a 569×728. The map itself seems to work fine but I can’t find a way to fix this strange beaviour. I’ve tried with some different themes without success…
    And I’ve just upgraded the module to 1.2.5. version…

    Do you have any suggestion?
    thanks
    f

    https://wordpress.org/plugins/imagemapper/

Viewing 4 replies - 1 through 4 (of 4 total)
  • how was it with the previous version ( 1.2.4)? can you send me in private your website’s URL plz?

    Thread Starter e-factor

    (@e-factor)

    It was the same.
    I’ve solved by commenting these two lines in its css:

    .imgmap-frontend-image img, .imgmap-frontend-image canvas {
       /*
     max-width: 100% !important;
     width: 100%;
    */
     height: auto; }

    i don’t know why the 100% is marked as IMPORTANT…
    however if you’ve found a solution that’s great!

    Thread Starter e-factor

    (@e-factor)

    Yes it is working now. Thanks for you job!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image size’ is closed to new replies.