hi!
i have an AJAX Slide Show with the black Image edges, how can i scale
the images that they have no black Image edges?
:)
peter
scaleImages
<script type="text/javascript">
var options = {
numResults : 16,
scaleImages : true,
}
new GFslideShow(feed, "slideShow", options);
</script>
maintainAspectRatioNew!
<script type="text/javascript">
var options = {
numResults : 16,
scaleImages : true,
maintainAspectRatio : false
}
new GFslideShow(feed, "slideShow", options);
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---