mmUrl = media_managerURL([
            'image' => $this->mediaFile->getId(),
            'ns' => getNS($this->mediaFile->getId()),
            'tab_details' => 'view',
        ]);
    }
    /**
     * Display the tile
     */
    public function show()
    {
        $jump = $this->scrollIntoView ? 'id="scroll__here"' : '';
        echo '
';
        echo '- ';
        echo '';
        echo $this->getPreviewHtml(90, 90);
        echo '';
        echo '';
        echo '
- ';
        echo '' .
            $this->formatDisplayName() .
            '';
        echo '';
        echo '
- ' . $this->formatDimensions() . '';
        echo '
- ' . $this->formatDate() . '';
        echo '
- ' . $this->formatFileSize() . '';
        echo '
';
    }
}