Have since figured out it's not chrome mobile exactly, but the reduce data usage option, turn that off and it works fine, don't ask me why, if I can find a way to detect if the border doesn't work I'll just default it back to jpeg, which I'm doing in non supportive browsers anyway.
On Wednesday, December 17, 2014 8:39:56 PM UTC+11, me6...@gmail.com wrote:Chrome mobile v 30.0.2 doesn't display border image with webp files?
Eg. Www.graystflowers.com.au
--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webp-discuss...@webmproject.org.
To post to this group, send email to webp-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webp-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/d/optout.
All the images on that site have 2 files, one jpeg (for non supporting browsers) and a webp which sits in the webp folder. Step out of that folder (../) and you have the jpegs same file name minus the extension .webp.The webp image displays fine but it is Supposed to have an image border.Which works for jpegs (and webp but only with reduce data usage turned off)?
Nice to know it doesn't happen on android 5, however i'm on 4.4.2. The border image and transitions are applied with css, there not javascript, all the javascript does is randomise the images, pauses the slideshow if the next image hasn't loaded yet, changes the opacity for the current and next image, and set the opacity to 0 or 1 for the caption, the rest is all css. I could do the whole lot in css, however that wouldn't fail gracefully in older browsers, as is, older browsers (IE8) just don't get the transition effect, and depending on the browser, might just get a plain old css border, instead of a border image.
I was hoping it was something simple, I did only just discover webp yesterday, wasn't even what I was looking for at the time, so I was hoping it might have been the wrong mime type (image/webp) or something like that. have used image/jpeg to, although doesn't seem right made no difference.But I'll change my support detection function to detect if the image border exists, if not then it can default to jpegs, which works fine.Don't have any problem with Opera, or desktop chrome. and I figure it's only a matter of time before this format is widely supported, it's just like PNG's when they first came out.