You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the following structure is used the Banner image loads properly in the article. The img_path value is joined with the image path value to get the full path to the image.
But the same image does not load as the preview image as it expects the path mentioned in image path to be the complete path i.e. value of img_path is ignored/not used.
To Reproduce
Steps to reproduce the behavior:
Use the img_path and image path values together
Preview Image does not work
Expected behavior
The img_path value should be used to determine the path to use to look for the preview image
NOTE: Before you start, the following should be completed.
master
branch.Describe the bug
The Preview Image feature introduced in v6 does not use the
img_path
attribute when looking for the imageWhen the following structure is used the Banner image loads properly in the article. The
img_path
value is joined with theimage path
value to get the full path to the image.But the same image does not load as the preview image as it expects the path mentioned in
image path
to be the complete path i.e. value ofimg_path
is ignored/not used.To Reproduce
Steps to reproduce the behavior:
img_path
andimage path
values togetherExpected behavior
The
img_path
value should be used to determine the path to use to look for the preview imageLogs/Screenshots
YAML attributes used
Preview Image not Working
Working Banner Image
Environment
ruby -v
gem -v
bundle -v
bundle exec jekyll -v
bundle info jekyll-theme-chirpy
Additional context
The text was updated successfully, but these errors were encountered: