Is there a way in configuration files to change the resolution of the image urls in ical event feeds for the X-LIVEWHALE-CUSTOM-REMOTE-IMAGE-URL and X-LIVEWHALE-IMAGE fields? I couldn’t find in documentation anywhere.
If not will this have to be done through a module, and what would be the correct handler to use?
Sure thing: you can do this on a per-request basis by setting something like /thumb_width/600/thumb_height/600 in the ICS URL. Or, you can change the configuration site-wide by editing IMAGE_THUMB_HEIGHT / IMAGE_THUMB_WIDTH in the global config: Config File Options - LiveWhale Support (as always, recommended to test on dev first). Hope this helps!
I was hoping those config settings would be the thing, but ours are set at 200 yet the ics feed still requests 80 x 80. The 200 x 200 is working elsewhere in the system however, so I just thought that value didn’t apply to ICS feeds.
That being said, in my current use case adjusting the ics url might do it, so I’ll try that.
Still wondering why the config setting isn’t working though, of course.