Hi,
We will add option for this request.
Currently you can override the default implementation by this way :
-
<dotnetgallery:gallerybrowser runat="server" id="GalleryBrowser1" Width="720" Height="430" />
-
<script type="text/javascript">
-
function GalleryCreateImage(url,width,height)
-
{
-
var img=document.createElement("IMG");
-
img.src=url;
-
img.width=width;
-
img.height=height;
-
return img;
-
}
-
</script>
Regards,
Terry