Wednesday, October 30, 2013

Scaling div size with background image whilst keeping aspect ratio

The easiest way is to use below style for the div



<div class="divImage" style='<%# "background: url(\"" + DataBinder.Eval(Container.DataItem, "divImage") + "\") no-repeat center center; background-size: cover;" %>'></div>


A more detailed approach is listed in this post

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...