resize media tag #2108

This commit is contained in:
daria 2025-11-27 13:33:22 +02:00
parent a55704b0a6
commit d908462bc8
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -86,7 +86,7 @@ define([
var $mt = $dlview.find('media-tag');
$mt.attr('src', src);
$mt.attr('data-crypto-key', 'cryptpad:'+cryptKey);
$mt.css('transform', 'scale(2)');
$mt.css('transform', 'scale(1)');
var rightsideDisplayed = false;
var metadataReceived = false;