Add FAQ TTS test screenshot #195
No reviewers
Labels
No labels
about page
bug
community page
documentation
donate page
duplicate
enhancement
feature page
good first issue
Google Season of Docs
help wanted
invalid
landing page
news page
question
support page
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/website#195
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "faq_plus_tts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
I don't think that encoding screenshot size in markdown is a good idea. It can/should be styled in css. You can add a markdown-style image instead.
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
Sorry, but my knowledge about CSS styling is null, and I cannot find any example across the code as all the existing images follow this same size encoding type.
Can you please provide a CSS sample code that I could follow?
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
We can leave it for future website redesign. I hope the hard-coded width will work for mobiles with a narrow screen.
@ -81,0 +81,4 @@
In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-ToSpeech)" in OM "Settings → Voice Instruction" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
<img src='/images/screenshots/tts_test.png' width='400' alt='Screenshot TTS Test'>
I've made some checks and the issue with narrow screens can be solved by replacing
width='400'
withstyle='width:100%; max-width:400px'