I have implemented lazysizes on my site for the images (via page.media.url) which have been working nice until upgrading to 0.9.30 today. Now I am getting empty images with ressources not found. After investigating the source code there is now a difference in comparision from 0.9.29 to 0.9.30 in the source/data-source url-pattern: /themename/user/pages/01.home/_teaser/image.png?c1419a8a has changed to /user/pages/01.home/_teaser/image.png.
Are there any changes concerncing page.media.url now?
@joville, can you give me the before and after in code blocks (see the questionmark in the forum text input box). I’m trying out work out if the URL is actually changed or if its a bad ‘paste’.
There was a change/fix for media timestamps, but it was always on before, and now it’s defaulted to off. You should be able to override with:
media:
enable_media_timestamp: true
in your /user/config/system.yaml
There shouldn’t of been any change to the URL method though.