Skip to content

Commit

Permalink
Merge pull request #164 from artshumrc/3d-https
Browse files Browse the repository at this point in the history
Update giza3d.html
  • Loading branch information
rsinghal authored May 24, 2021
2 parents 4a8175b + dbd09b6 commit df00667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/giza3d.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% elif request.GET.mode == 'sketchfab' %}
<iframe class="viewerEmbed sketchfabEmbed" src="https://sketchfab.com/models/{{request.GET.id}}/embed?preload=1&amp;ui_controls=1&amp;ui_infos=1&amp;ui_inspector=1&amp;ui_stop=1&amp;ui_watermark=1&amp;ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
{% else %}
<iframe class="viewerEmbed giza3dEmbed" src="http://sfa.giza.archimedes.digital/?mode={{ request.GET.mode|default:'FreeExplore'}}{% if request.GET.guidedTourId %}&guidedTourId={{request.GET.guidedTourId}}{% endif %}{% if request.GET.itemID %}&itemID={{request.GET.itemID}}{% endif %}" frameborder='0' allowfullscreen allow='vr' style="display: none;"></iframe>
<iframe class="viewerEmbed giza3dEmbed" src="https://sfa.giza.archimedes.digital/?mode={{ request.GET.mode|default:'FreeExplore'}}{% if request.GET.guidedTourId %}&guidedTourId={{request.GET.guidedTourId}}{% endif %}{% if request.GET.itemID %}&itemID={{request.GET.itemID}}{% endif %}" frameborder='0' allowfullscreen allow='vr' style="display: none;"></iframe>
<div class="viewerEmbed giza3dEmbedToggle" >
<div class="gizaViewer">
<div class="viewerCover"></div>
Expand Down

0 comments on commit df00667

Please sign in to comment.