• Since update 2.0 I can’t use the code:

    @media print {
    #Header, #Footer { display: none !important; }
    @page {
    margin-top: 1cm;
    margin-right: 0cm;
    margin-left: 0cm;
    }
    img {
    width: 95%;
    height: 95%;
    }
    }

    This code makes the image to be printed at full size on the sheet.

    But the problem is that I’m still being forced to use version 1.7.14 for the code to work. Is there an alternative already?

    The old version is already bringing some other bugs, so it would need to update. But without the blank page in the print, I can’t get the image to be on the entire sheet.

    Thank you,
    Gabriel.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    But the problem is that I’m still being forced to use version 1.7.14 for the code to work.

    what exactly is the problem here?
    Please do the following:
    1. Update to the current version
    2. let us know so we can see what the issue is and recommend the correct CSS to use.

    the issue you are describing is related to simple CSS.
    We will do what we can to assist you, but it is highly recommend to updated to the current version as pre 2.0 versions are no longer supported.

    Thread Starter gfsuarez

    (@gfsuarez)

    In the version 2.0 the images get printed without the full size.

    }
    img {
    width: 95%;
    height: 95%;
    }

    This code doesnt work in the 2.0 version, because the page is not printed in a blank page. The image is printed in a small size.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print code does not work since 2.0 update’ is closed to new replies.