Top

Images

Use any of the available classes of Base Stylesheets to quickly create a custom style.

(1) Fillet

Only supports up to IE 9.

 
HTML Code:

<img src="css/images/335x260-1.jpg" class="dsure-radius-small">
            

(2) Cicle

Only supports up to IE 9.

 
HTML Code:

<img src="css/images/335x260-2.jpg" class="dsure-radius-full">
            

(3) Border

 
HTML Code:

<img src="css/images/335x260-3.jpg" class="dsure-img-border">
            

(4) Controlor

Only supports up to IE 9.

 
HTML Code:

<div class="dsure-radius-small">
    <img src="css/images/335x260-1.jpg">
</div>

<div class="dsure-radius-full">
    <img src="css/images/335x260-2.jpg">
</div>

<div class="dsure-imgbox-border">
    <img src="css/images/335x260-3.jpg">
</div>