Add Images with different file formats #506
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue: #457
Description
Images used within the initial data (populated via
load_initial_data
) only contain file formatsjpg
orjpeg
, this PR aims to add additonal formats to help with testing as described in #457.I've aimed to add new images in each individual commit to help with reviewing as well as updating images specific to ones that appear under the “blog” section on the Home page, which should make for easier testing.
Testing notes
I’d recommened flushing your database and setting up the project from scratch using
load_intial_data
, then reviewing the site and page editor.Notes