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
While updating wcij from 0.3 to 0.4, @aschweigert and I ran into this quirk:
If the feature image for a post is less than 1170px, it no longer stretches to fill the content box.
In 0.4
In 0.3
This image is 1088px wide.
Options:
Set the display to min-width:100%;height:auto to stretch the image.
Set a feature image min-width in the gui for setting it.
Do both, but allow for slightly undersized images (images of size 900-1000px should still look alright in the space, and might be all thats available in for a particular graphic).
The text was updated successfully, but these errors were encountered:
While updating wcij from 0.3 to 0.4, @aschweigert and I ran into this quirk:
If the feature image for a post is less than 1170px, it no longer stretches to fill the content box.
In 0.4
In 0.3
This image is 1088px wide.
Options:
min-width:100%;height:auto
to stretch the image.The text was updated successfully, but these errors were encountered: