edwardspec / mediawiki-aws-s3

Extension:AWS allows MediaWiki to use Amazon S3 (instead of the local directory) to store images.
https://www.mediawiki.org/wiki/Extension:AWS
GNU General Public License v2.0
42 stars 32 forks source link

Bug: On the mobile side, the picture is not visible #55

Closed AH-dark closed 1 year ago

AH-dark commented 1 year ago

I use PHP 7.4.32, and after using the AWS plugin, mediawiki on the mobile phone cannot display pictures normally.

On desktop image

On mobile image

edwardspec commented 1 year ago

Mobile images are probably shown by JavaScript, so you need to add a CORS policy to your S3 bucket to allow access to it from JavaScript. Refer to the AWS S3 documentation for how to do it.

This extension itself doesn't do anything desktop-specific or mobile-specific.