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
Provide a function that outputs a list of <options>s for each image size registered with Largo/WordPress (whichever is easier) and the associated image sizes (if possible) so that we can use images larger than 140x140 yet smaller than 771px or full.
(optional) Ensure that the option values are backwards-compatible with Largo versions prior to this release
Largo Recent Posts:
https://github.com/INN/largo/blob/590181982d22a5444eb3c5ccca58ea8b56db12f7/inc/widgets/largo-recent-posts.php#L204-L212
Largo Series Posts:
https://github.com/INN/largo/blob/590181982d22a5444eb3c5ccca58ea8b56db12f7/inc/widgets/largo-series-posts.php#L128-L136
Right now, there are four image sizes:
full
But Largo supports so many more:
https://github.com/INN/largo/blob/590181982d22a5444eb3c5ccca58ea8b56db12f7/functions.php#L262-L268
<options>
s for each image size registered with Largo/WordPress (whichever is easier) and the associated image sizes (if possible) so that we can use images larger than140x140
yet smaller than 771px orfull
.The text was updated successfully, but these errors were encountered: