Skip to content

Commit 9f404ff

Browse files
authored
alt text and lightbox coding
1 parent d29914b commit 9f404ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This script using Node starts an HTTP server and hosts the `index.html` file and
199199
[!IMPORTANT]
200200
Note, if you try to go to the page not using local host, your calling experience won't work due to security reasons.
201201

202-
![Screenshot of js bundle sample app homescreen](../media/calling-widget/js-bundle-splash.png)
202+
[![Screenshot of js bundle sample app homescreen.](../media/calling-widget/js-bundle-splash.png)](../media/calling-widget/js-bundle-splash.png#lightbox)
203203

204204
Click the `start call` button seen in the [UI Library `CallComposite`](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-basicexample--basic-example) to initiate a call to your Teams voice app.
205205

articles/communication-services/tutorials/calling-widget/calling-widget-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you want to try out the experience without following either of the tutorials,
3333
A complete start to finish tutorial built using [React](https://react.dev/) that teaches you to create a Calling widget using [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/) and the UI Library.
3434
- [Get started with Azure Communication Services UI library calling to Teams Call Queue and Auto Attendant](./calling-widget-tutorial.md)
3535

36-
![Screenshot of Calling Widget sample app home page](../media/calling-widget/sample-app-splash-widget-open.png)
36+
]![Screenshot of Calling Widget sample app home page.](../media/calling-widget/sample-app-splash-widget-open.png)](../media/calling-widget/sample-app-splash-widget-open.png#lightbox)
3737

3838
#### Build it - Cross-platform: JavaScript
3939

@@ -42,7 +42,7 @@ A complete start to finish tutorial built using [React](https://react.dev/) that
4242
We also include JavaScript bundles that you can use to integrate our `CallComposite` Calling experiences into your application that is not built in react. This tutorial uses our precompiled JavaScript bundles to integrate the `CallComposite` into your web page.
4343
- [Get started with Azure Communication Services UI library JavaScript bundles calling to Teams Call Queue and Auto Attendant](./calling-widget-js-tutorial.md)
4444

45-
![Home page of js bundle sample app](../media/calling-widget/js-bundle-splash.png)
45+
[![Screenshot showing the home page of js bundle sample app.](../media/calling-widget/js-bundle-splash.png)].](../media/calling-widget/js-bundle-splash.png#lightbox)
4646

4747

4848
## Next steps

0 commit comments

Comments
 (0)