Add full screen imagery and styling
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -209,8 +209,8 @@ class GlModelTransformOutput extends MediaTransformOutput {
|
||||
'ontouchstart' => 'event.stopPropagation()'
|
||||
);
|
||||
|
||||
$screenDownUrl = $mainConfig->get( 'ExtensionAssetsPath' ) . '/GlModelViewer/resources/hs_slideshow.svg';
|
||||
$screenUpUrl = $mainConfig->get( 'ExtensionAssetsPath' ) . '/GlModelViewer/resources/hs_hide.svg';
|
||||
$screenDownUrl = $mainConfig->get( 'ExtensionAssetsPath' ) . '/GlModelViewer/resources/full_close.svg';
|
||||
$screenUpUrl = $mainConfig->get( 'ExtensionAssetsPath' ) . '/GlModelViewer/resources/full_open.svg';
|
||||
$attrMenuButtonScreen = array (
|
||||
'class' => 'glmv-menu-button',
|
||||
'onclick' => 'toggleFullScreen(this.parentNode.parentNode)',
|
||||
|
||||
Reference in New Issue
Block a user