Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author docxpresso

    (@docxpersso)

    Dear Guyk,

    Next version save all sizes in rem so evrything may be done responsive much easily. But we are planning to release it in a month or so.

    By the time being the only option is to do that by Javascript.

    Plugin Author docxpresso

    (@docxpersso)

    Dear Guyk,

    I was thinking a little more about your question and a workaround may be to include a media query in your general CSS with the style:
    .h5p_page img {width: 100% !important}
    or whatever you want to achieve.

    Because the .h5p_page selector it will only affect the images generated from odt files with Docxpresso

    Thread Starter guyk5

    (@guyk5)

    Thanks a lot
    i try with
    .h5p_page img {width: 100% !important;height:auto!important;}
    and its OK
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image responsive’ is closed to new replies.