-
Notifications
You must be signed in to change notification settings - Fork 1
COR-807: Optimize Images #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rsion format conversion feature, add support for SVGs
@arelia looks like it was a weird transient issue - it broke for me once (it timed out), but seems to be working again. |
8fde634
to
7a278a2
Compare
@toastercup I tried to add the ab logo from Employer (app/assets/images/homepage_logos/ab_logo.svg) and got this error which may or may not be in the scope of this story: |
@arelia |
I was trying to get through adding one of each file type. It times out (shows this same server error from above) with this GIF which is 24mb downloaded: https://giphy.com/gifs/broadcity-comedy-central-season-4-l1J9xF1tfZQ1DqiYM I'm not trying to review/approve anymore, just making you aware |
Purpose:
This PR (and the
cortex
PR) utilizesimage_optim
to accomplish the following:rss
image variation, which is now utilized by the RSS feedField
image_optim
configurationJIRA:
https://cb-content-enablement.atlassian.net/browse/COR-807
Steps to Take On Prod
This will require a migration of the Field configuration, as well as a re-generation of all assets (I'll write a small script that updates each Media with its existing Asset)
Changes:
Changes to setup
Architectural changes
Migrations
Library changes
cortex-plugins-core
Side effects
Screenshots
Before
N/A
After
N/A
QA Links:
http://web.cortex-7.development.c66.me/
How to Verify These Changes
Specific pages to visit
Steps to take
Responsive considerations
Relevant PRs/Dependencies:
cortex-cms/cortex#525
Additional Information
N/A