Skip to content

Commit

Permalink
fix(behance): embed (DIYgod#17953)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Dec 20, 2024
1 parent d6fd262 commit efb663a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/routes/behance/templates/description.art
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
{{ each module.components comp }}
<img src="https://mir-s3-cdn-cf.behance.net/project_modules/source/{{ comp.filename }}">
{{ /each }}
{{ else if module.__typename === 'EmbedModule' }}
{{@ module.fluidEmbed || module.originalEmbed }}
{{ else }}
UNHANDLED MODULE: {{ module.__typename }}
{{ /if }}
Expand Down

0 comments on commit efb663a

Please sign in to comment.