Skip to content

Commit 0f0cd81

Browse files
committed
Changing image format from .png to .jpg (4)
1 parent b5c595f commit 0f0cd81

14 files changed

+7
-7
lines changed

controls/lightbox/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following properties and methods are used when binding RadLightBox to a data
3030

3131
* **DataSource** property - set to an instance of your data source. This is mandatory when bindingRadLightBox at runtime.
3232

33-
* **DataSourceID** property - set to the ID of your data source. This is mandatory whenbinding RadLightBox declaratively.
33+
* **DataSourceID** property - set to the ID of your data source. This is mandatory when binding RadLightBox declaratively.
3434

3535
* **DataTitleField** property - field name from the data source to bind to the **Title** property.
3636

controls/lightbox/functionality/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can additionally modify the animation effects by using the **Easing** and **
3333

3434
**Figure 1:** Blocks animation in action.
3535

36-
![lightbox-animations](images/lightbox-animations.png)
36+
![lightbox-animations](images/lightbox-animations.jpg)
3737

3838
## Animation Types
3939

83.1 KB
Loading
-375 KB
Binary file not shown.
43 KB
Loading
-302 KB
Binary file not shown.

controls/lightbox/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313

1414

15-
**RadLightBox** for ASP.NET AJAX-allows you to display image galleries or a template content, such as HTML, iFrame, Flash and more in a popup window. It is designed to be extremelyfast and similarly easy to use. The main advantage of the control is the ability to navigate between different items by using the next and previous buttons or the keyboard arrows. Accordingly, you could take advantage of the client and server side events exposed to execute a custom logic. The built-in footer of **RadLightBox** provides additional information about the displayed item and shows the current item number and the total item count.Additionally you could use an animation effects when the control changes the size of its container. You could observe the same animation effects during the opening or closing of the window.
15+
**RadLightBox** for ASP.NET AJAX-allows you to display image galleries or a template content, such as HTML, iFrame, Flash and more in a popup window. It is designed to be extremely fast and similarly easy to use. The main advantage of the control is the ability to navigate between different items by using the next and previous buttons or the keyboard arrows. Accordingly, you could take advantage of the client and server side events exposed to execute a custom logic. The built-in footer of **RadLightBox** provides additional information about the displayed item and shows the current item number and the total item count.Additionally you could use an animation effects when the control changes the size of its container. You could observe the same animation effects during the opening or closing of the window.
1616

1717
Other main features of RadLightBox include:
1818

@@ -28,7 +28,7 @@ Other main features of RadLightBox include:
2828

2929
* Server side data-binding.
3030

31-
![lightbox-overview](images/lightbox-overview.png)
31+
![lightbox-overview](images/lightbox-overview.jpg)
3232

3333
[See all features of Telerik’s ASP.NET LightBox](http://www.telerik.com/products/aspnet-ajax/lightbox.aspx)
3434

controls/map/functionality/bubble-layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **Bubble** layer type is available since the **Q3 2014** release.
1616

1717
>caption **Figure 1**: Simple RadMap with a Bubble layer, which is a result of the code in Example 1.
1818
19-
![map-bubble-layer-overview](images/bubble-layer/map-bubble-layer-overview.png)
19+
![map-bubble-layer-overview](images/bubble-layer/map-bubble-layer-overview.jpg)
2020

2121
Quick navigation:
2222

@@ -92,7 +92,7 @@ The data source items should contain two important fields: location and value (*
9292

9393
>caption **Figure 2**: Value and circle radius dependency in the bubble shapes.
9494
95-
![map-buble-layer-value-impact](images/bubble-layer/map-buble-layer-value-impact.png)
95+
![map-buble-layer-value-impact](images/bubble-layer/map-buble-layer-value-impact.jpg)
9696

9797
>caption **Example 3**: Simple data binding of a Bubble layer
9898
@@ -157,7 +157,7 @@ In **Example 3**, you can see how the **OnShapeCreated** event is used to alter
157157

158158
>caption **Figure 3**: Changing bubbles’ fill-color based on custom logic.
159159
160-
![map-using-events-to-change-bubble-color](images/bubble-layer/map-using-events-to-change-bubble-color.png)
160+
![map-using-events-to-change-bubble-color](images/bubble-layer/map-using-events-to-change-bubble-color.jpg)
161161

162162
>caption **Example 4**: Using the OnShapeCreated event to dynamically change the shapes of a Bubble layer.
163163
44.4 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)