Closed GoogleCodeExporter closed 9 years ago
Mmm. It sounds like a good idea. Let me post it on the discussion group to see
what
others think.
Original comment by dean.edw...@gmail.com
on 26 Jan 2008 at 8:52
This sounds like an excellent idea. I've made workarounds for this before by
stretching bg images on server side. A solution within IE7 would be wonderful.
Perhaps, though, it's best to also implement a similar file name ending
criteria as
Jack proposes.
My approval,
/C#
Original comment by svar...@gmail.com
on 26 Jan 2008 at 9:09
Good idea!
Original comment by alexx.sl...@gmail.com
on 26 Jan 2008 at 9:26
+1
Original comment by mar.orly...@gmail.com
on 4 Feb 2008 at 4:57
Changing this to "enhancement". I will try to add this functionality in a
future release.
Original comment by dean.edw...@gmail.com
on 4 Feb 2008 at 6:31
One thought:
If background-attachment:repeat-x is specified, could the bg be stretched
horizontally only, retaining the height?
/C#
Original comment by svar...@gmail.com
on 7 Feb 2008 at 3:09
@svarven,
No unfortunately you can't do that, AlphaImageLoader is fairly limited, it's
stretch
across the entire element or don't stretch at all I'm afraid.
http://msdn2.microsoft.com/en-us/library/ms532920(VS.85).aspx
Original comment by jack.sle...@gmail.com
on 7 Feb 2008 at 3:16
Sorry, I just realised I made a mistake. I meant "scale", not "stretch".
Original comment by jack.sle...@gmail.com
on 14 Feb 2008 at 8:13
Unawared, I opened a new thread regarding the same suggestion.
How difficult is it to implement this idea?
Original comment by adepa...@gmail.com
on 9 Apr 2008 at 1:27
it will be great for ie8.js
Original comment by officialstupid
on 4 Aug 2009 at 5:10
OK. This is how it will work in the next release. If you want the image to crop
(how it
currently works) then use no-repeat:
e.g. background-image: url(my-trans.png) no-repeat;
If you want the image to stretch (to imitate tiling) then omit the no-repeat
flag.
This will apply in version 2.1.
Original comment by dean.edw...@gmail.com
on 10 Feb 2010 at 10:20
Original issue reported on code.google.com by
jack.sle...@gmail.com
on 25 Jan 2008 at 6:41