Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

File metadata and controls

13 lines (10 loc) · 392 Bytes

I18n

Only one message can be translated.
"Please rotate your device." appears when the width of the user's screen is less than 320 pixels (smartphones portrait) to prevent bad user experience.
You can override this text using CSS after the Interactive Image stylesheet.
.interactive-image .unsupported-screen::before {
  content: 'Localized message.'
}