Cesium in small frame // Rescaling attribution text

Hello,

Is it possible to manually apply a scale for the attribution text when viewing Cesium in a small frame? I'm seeing effects like this, which is obviously suboptimal.

You can do this with a CSS class override of “.cesium-viewer .cesium-widget-credits { … }” in your CSS file.

Also, the Viewer construction options include a setting for “creditContainer” that allows you to move the credits outside of the Viewer window. You may still need to override items from the “.cesium-widget-credits” CSS when using this external container.

      --Ed.