Skip to content

Commit

Permalink
Merge pull request #1 from cmedamine/fix-html-src
Browse files Browse the repository at this point in the history
  • Loading branch information
omchiii authored Feb 2, 2022
2 parents aea99a6 + f57ed8c commit 6df1657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/model_viewer_plus.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class _ModelViewerState extends State<ModelViewer> {
return HTMLBuilder.build(
htmlTemplate: htmlTemplate,
backgroundColor: widget.backgroundColor,
src: '/model',
src: widget.src,
alt: widget.alt,
ar: widget.ar,
arModes: widget.arModes,
Expand Down

0 comments on commit 6df1657

Please sign in to comment.