On 2015-08-19 17:32, Johannes Hofmann wrote:
as it was mentioned in this thread already the image scaling issue is fixed for quite some time in the main line of the dillo repo.
I have downloaded and installed the latest Dillo version 3.1-dev. With the test file below the two images have the same size despite setting width to 25 percent on the second image. Do you get the same result? -- August <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Dillo Test</title> </head> <body> <div><img alt="Dillo logo" src="http://www.dillo.org/db1.png" /></div> <div><img alt="Dillo logo" src="http://www.dillo.org/db1.png" width="25%" /></div> </body> </html>