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
I used your responsive image code to add similar functionality to WonderMod theme in this PR.
I did make a few changes, though, namely:
— I added an AutoOrient filter to prevent Hugo from losing the EXIF rotation information upon rendering the images (https://gohugo.io/functions/images/autoorient/)
— ported back the figcaption section from the original figure Hugo shortcode, such that your image partial can be used to generate img in figure shortcode as well, although my understanding is you don't offer that.
I thought you'd find that noteworthy.
The text was updated successfully, but these errors were encountered:
Hi there,
I used your responsive image code to add similar functionality to WonderMod theme in this PR.
I did make a few changes, though, namely:
— I added an
AutoOrient
filter to prevent Hugo from losing the EXIF rotation information upon rendering the images (https://gohugo.io/functions/images/autoorient/)— ported back the
figcaption
section from the originalfigure
Hugo shortcode, such that your image partial can be used to generate img in figure shortcode as well, although my understanding is you don't offer that.I thought you'd find that noteworthy.
The text was updated successfully, but these errors were encountered: