fix(behance): embed (#17953)
This commit is contained in:
parent
d6fd26238e
commit
efb663a332
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue