Hi,
I've added a new field in the profile form, "profile_bg", which uploads an image to be set within a div. How do I call that image in a div style?
Example attached.
Thanks!
Marla
<div>{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_bg" item_id=$item._item_id size="large" crop="auto" class="my_profile_bg_image_class other_class_i_want_to_use img_scale" alt="profile background image" width=false height=false} </div>
.img_scale {
width: 100%;
border-radius: 5px;
}
size="original"
.img_scale {
width: 100%;
border-radius: 5px;
}
size="original"
width="20" height="20"