- Issue created by @alanburke
- 🇨🇿Czech Republic kyberman Czech Rep. 🇨🇿
The code was merged into the main branch:
https://git.drupalcode.org/project/keepeek/-/commit/e9c1252654f7701923bf...I appreciate your help, Alan!
Currently, the media assets are rendered using the WHR value found in the JSON object, with is a file on the Mastermedia CDN.
We need to allow Drupal's Image Styles to process the images, save the file into the Image Style cache and serve the file - in the same manner as Drupal would handle a native uploaded file.
n/a
Add a new Formatter named 'Keepeek with Style'.
Formatter would have a setting to choose the relevant Drupal Image style
Add a new Formatter named 'Keepeek with Responsive Image Style'.
Formatter would have a setting to choose the relevant Drupal Responsive Image style.
Write the code
Two new formatters would be available.
n/a
n/a
Active
1.1
User interface
The code was merged into the main branch:
https://git.drupalcode.org/project/keepeek/-/commit/e9c1252654f7701923bf...
I appreciate your help, Alan!