Photo galleries + display text

Scalable text:

  1. There is a measurement (vw) that defines a size (e.g. text size) to be a percentage of the viewport width. The viewport is the content area of a browser (or Xway) window, or the content area of the screen (on a non-windowed device).
  2. It might be possible to scale text using the CSS calc function (you would need to use Extended Properties for this).

Jeremy