display.contentScaleX

Type Number
Library display.*
Revision Release 2023.3686
Keywords contentWidth, scale, scaling
See also display.contentScaleY

Overview

The ratio between content pixel and screen pixel width.

This value will always be 1 unless your project's config.lua file specifies your content's height and width. Different scale modes like "letterbox" and "zoomEven" will result in different scale factors.

See the Project Configuration guide for details on the content area.