Changeset 34467 for main


Ignore:
Timestamp:
2020-10-17T17:56:46+13:00 (4 years ago)
Author:
davidb
Message:

Adjusted width/height to fit with version of DL that is now iframe embedded into WordPress with Atea theme/style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/atea/collect/global-digital-heritage/etc/collectionConfig.xml

    r34081 r34467  
    181181</div>
    182182
    183 <div class="sketchfab-embed-wrapper">
    184   <!-- orginally 640 x 480 -->
    185     <iframe title="A 3D model" width="960" height="720" alt="{$gdh.Identifier}" src="https://sketchfab.com/models/{$gdh.Identifier}/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>
     183<div class="sketchfab-embed-wrapper" style="width: 864px; margin: auto auto;">
     184  <!-- orginally 640x480, then 960x720, then shaved 10% off to fit in new width size -->
     185    <iframe title="A 3D model" width="864" height="648" alt="{$gdh.Identifier}" src="https://sketchfab.com/models/{$gdh.Identifier}/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>
    186186    <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
    187187        <a href="https://sketchfab.com/3d-models/{$gdh.AlphaIdentifier}-{$gdh.Identifier}?utm_medium=embed&amp;utm_source=website&amp;utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;"><gsf:metadata name="dc.Title"/></a>
Note: See TracChangeset for help on using the changeset viewer.