Merge pull request #13476 from MrPetovan/bug/13467-image-reliable-dimensions

Redux horizontal masonry, height allocation feature with ensured dimensions
This commit is contained in:
Tobias Diekershoff 2023-10-04 08:16:09 +02:00 committed by GitHub
commit 2911895cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1577 additions and 292 deletions

View file

@ -77,7 +77,7 @@ class Photo extends BaseApi
throw new NotModifiedException();
}
Profile::addVisitorCookieForHTTPSigner();
Profile::addVisitorCookieForHTTPSigner($this->server);
$customsize = 0;
$square_resize = true;