Re: Responsive images in pgweb docs

2019-04-04 Thread Jonathan S. Katz
On 4/4/19 7:17 AM, Peter Eisentraut wrote: > Here is a patch to improve this a bit. It turns back on making the SVG > images in the HTML output scale with the page size. I also added some > CSS stuff to make the width 75% on large screens for a more pleasing look. > > This fixes it for the gin i

Re: Responsive images in pgweb docs

2019-04-04 Thread Peter Eisentraut
Here is a patch to improve this a bit. It turns back on making the SVG images in the HTML output scale with the page size. I also added some CSS stuff to make the width 75% on large screens for a more pleasing look. This fixes it for the gin image. The pagelayout image still doesn't scale, pres

Re: Responsive images in pgweb docs

2019-04-01 Thread Jonathan S. Katz
On 4/1/19 8:22 AM, Peter Eisentraut wrote: > On 2019-04-01 13:23, Jonathan S. Katz wrote: >>> Image scaling is currently intentionally disabled for the HTML output >>> (see ignore.image.scaling in stylesheet-html-common.xsl). But if we >>> turn it on, then the images will automatically be huge if

Re: Responsive images in pgweb docs

2019-04-01 Thread Peter Eisentraut
On 2019-04-01 13:23, Jonathan S. Katz wrote: >> Image scaling is currently intentionally disabled for the HTML output >> (see ignore.image.scaling in stylesheet-html-common.xsl). But if we >> turn it on, then the images will automatically be huge if you have large >> screen. Is that better? > >

Re: Responsive images in pgweb docs

2019-04-01 Thread Jonathan S. Katz
On 4/1/19 5:57 AM, Peter Eisentraut wrote: > On 2019-03-31 16:23, Jonathan S. Katz wrote: >> When testing the rendering of the images on the pgweb docs, I discovered >> that they are not responsive (see attached) and in its current state, >> basically makes any page that loads an image significantl

Re: Responsive images in pgweb docs

2019-04-01 Thread Peter Eisentraut
On 2019-03-31 16:23, Jonathan S. Katz wrote: > When testing the rendering of the images on the pgweb docs, I discovered > that they are not responsive (see attached) and in its current state, > basically makes any page that loads an image significantly more > challenging to read on mobile. Image s

Responsive images in pgweb docs

2019-03-31 Thread Jonathan S. Katz
Hi, First, many thanks on all the hard work for getting images into the documentation, this is certainly a great new feature for ours users. When testing the rendering of the images on the pgweb docs, I discovered that they are not responsive (see attached) and in its current state, basically mak