Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26876

    I am trying to resize an image using the max-height and max-width CSS properties, but it doesn’t seem to be working. Images always appear at their original size. Below is a sample test case:

    <html><br /> <style><br /> img {<br /> max-width: 100px;<br /> max-height: 100px;<br /> }<br /> </style><br /> <html><br /> <body><br /> <img src="https://www.google.com/images/srpr/logo11w.png" /><br /> </body><br /> </html>
    Is this not supported or am I doing something wrong? And if it is not supported, is there an estimated time for when it will be supported?

    #29402

    For the time being the CSS property is not supported. See http://pd4ml.com/css.htm

    Please request the feature by support pd4ml com email.

    #29403

    @PD4ML wrote:

    For the time being the CSS property is not supported. See http://pd4ml.com/css.htm

    Please request the feature by support pd4ml com email.

    #29404

    The feature will be available with v385fx3 release in few days

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

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.