From 795bc635125322ba18ce023ded7f82ffb5b135d1 Mon Sep 17 00:00:00 2001 From: Erik Ruthruff Date: Sun, 20 Dec 2015 14:33:46 -0600 Subject: [PATCH] Update fluid-design.md I made minor copy editing changes. What makes this design fluid vs responsive? That is, when I read this, I didn't see that you define fluid design as being any different than responsive design, so I wonder why this article isn't called responsive design? --- controls/imagebutton/mobile-support/fluid-design.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controls/imagebutton/mobile-support/fluid-design.md b/controls/imagebutton/mobile-support/fluid-design.md index 0035a810d8..9c8927d9a5 100644 --- a/controls/imagebutton/mobile-support/fluid-design.md +++ b/controls/imagebutton/mobile-support/fluid-design.md @@ -10,15 +10,15 @@ position: 2 # Fluid Design -This article explains the **fluid design capabilities RadImageButton offers**. **Example 1** below shows how you can set button size in percent so it can resize with its parent element. If you need the image to also respect the button size, you need to set the `Sizing` property of the `Image` tag to `Stretch`. +This article explains the **fluid design capabilities RadImageButton offers**. **Example 1** shows how you can set button size in percent so it can resize with its parent element. If you need the image to also respect the button size, you need to set the `Sizing` property of the `Image` tag to `Stretch`. Generally, responsive design means that the page and its content are able to adapt to different screen resolutions without deteriorating the user experience. This often includes [changing the font size]({%slug imagebutton/mobile-support/elastic-design%}) and having dimensions set in percent. ->caption Figure 1: RadImageButton set to 100% width and and 25% height. +>caption Figure 1: RadImageButton set to 100% width and 25% height. ![imagebutton-fluid-design](images/imagebutton-fluid-design.png) ->caption Example 1: Shows the markup that provides fluid design of the RadImageButton in Figure 1. +>caption Example 1: Markup that provides fluid design of the RadImageButton in Figure 1. ````ASP.NET