The easiest way is to use below style for the div
A more detailed approach is listed in this post
<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:
Post a Comment