Skip to content

Commit d0e10e0

Browse files
authored
pencil edits
Lines 315, 319, 323: Added periods to alt text.
1 parent 9cdf1e5 commit d0e10e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/tutorials/chat-interop/includes/meeting-interop-features-inline-image-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,13 @@ npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool
312312
## Demo
313313
Open your browser and navigate to `http://localhost:8080/`. Enter the meeting URL and the thread ID. Send some inline images from Teams client like this:
314314

315-
:::image type="content" source="./media/meeting-interop-features-inline-3.png" alt-text="A screenshot of Teams client shown a sent message reads: Here are some ideas, let me know what you think! The message also contains two inline images of room interior mockups":::
315+
:::image type="content" source="./media/meeting-interop-features-inline-3.png" alt-text="A screenshot of Teams client shown a sent message reads: Here are some ideas, let me know what you think! The message also contains two inline images of room interior mockups.":::
316316

317317
Then you should see the new message being rendered along with preview images:
318318

319-
:::image type="content" source="./media/meeting-interop-features-inline-1.png" alt-text="A screenshot of sample app shown an incoming message with inline images being presented":::
319+
:::image type="content" source="./media/meeting-interop-features-inline-1.png" alt-text="A screenshot of sample app shown an incoming message with inline images being presented.":::
320320

321321
Upon clicking the preview image by the ACS user, an overlay would be shown with the full scale image sent by the Teams user:
322322

323-
:::image type="content" source="./media/meeting-interop-features-inline-2.png" alt-text="A screenshot of sample app shown an overlay of a full scale image being presented":::
323+
:::image type="content" source="./media/meeting-interop-features-inline-2.png" alt-text="A screenshot of sample app shown an overlay of a full scale image being presented.":::
324324

0 commit comments

Comments
 (0)