Questions tagged [media]
The media tag has no summary.
191 questions
0 votes
0 answers
68 views
Magento2: Usage of remote Amazon S3 storage with AWS CloudFront
I've deployed Magento version 2.4.7-p4 on Kubernetes using the Helm chart by PHOENIXMEDIA. I was able to configure remote S3 storage passing REMOTE_STORAGE option in .magento.env.yaml. But I am new to ...
0 votes
1 answer
403 views
Magento 2.4.7 Media Gallery to upload webp image not show in manage Gallery
We use the Webp Support extension, when we upload, the Webp image is successfully uploaded but not showing in manage Gallary in the admin backend. Please see given below Screenshot. https://i.imgur....
0 votes
1 answer
108 views
Media gallery problems
I have installed magento 2.4.7 on localhost on windows 10 with xampp. Everythng was perfect but now I get this error: Media files stored outside of 'Media Gallery Allowed' folders will not be ...
0 votes
1 answer
105 views
Magetno 2.4.3-p3 no folders show up in wysiwig interface - where to put new config.xml
No folders show up in wysiwig interface in 2.4.3-p3 I have read this --> https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/ and this --> Media folders ...
0 votes
1 answer
143 views
Prevent XML file in media directory to be cached
We are generating a custom XML and stored in the media directory to be accessed by URL. La full URL of the XML have this structure: https://[maindomain.com]/media/googleshopping/googleshopping4-1.xml ...
0 votes
2 answers
908 views
How to import product Video programmatically with the use of custom script in magento 2.3.4?
I import all product by custom script. but I'm not able to import the product video programmatically. Basically, I have youtube link of videos. I can put url the using admin panel but I have 3000 ...
0 votes
2 answers
270 views
Media url returns nothing in Magento 2
Hi I have a problem with passing an image to a view via WYSIWYG editor. I add the image in the editor, it displays correctly in the editor. Its structure is <img src="{{media url='wysiwyg/...
0 votes
1 answer
400 views
Show multiple media folders in admin panel m2.4.3-p2
After 2.4.3-p1 all folders that are not in wysiwyg or catalog/category are hidden in admin panel, there is official instruction how to add folder link. But we have multistore with more then 10 clients,...
2 votes
0 answers
911 views
Magento ver. 2.4.3-p1 - Product Gallery Image cannot upload; Error : Something went wrong while saving the file(s)
I cannot upload images for new products or existing ones. All will show the error screenshot below. Also, when I check on DevTools the data-URL showing as below. This problem only happens when I ...
0 votes
1 answer
772 views
Magento 2 How to Delete permanently Image folder from pub\media\catalog\product\cache?
Actually, I try to manually delete the pub\media\catalog\product\cache folder but when I go to the Product Page in the Admin Panel the pub\media\catalog\product\cache folder was Regenerated how to ...
0 votes
1 answer
710 views
Media Gallery - Cannot upload images
i've created a brand new Magento 2.4.3-p1 installation and using the media gallery i'm getting some errors. The main error is when i'm trying to upload images i always get the error below One other ...
0 votes
3 answers
251 views
Image not showing on product page and aslo admin in magento?
I want to show my image on product page but its display nothing please check image error below
0 votes
1 answer
123 views
how can I update all product base images, to be the same as small images in Magento 2
I have a set of products, which are using different image for base, small and thumbnail. I would like to programmatically update them so that the base/thumbnail image is the same as the image now used ...
0 votes
1 answer
699 views
WYSIWYG Editor media url not working in magento 2.4.0
Add this code WYSIWYG Editor <p><img src="{{media url="wysiwyg/menu/test.jpg"}}" alt=""></p> but it's not working in magento 2.4.0
0 votes
1 answer
1k views
Magento 2 - Images are not getting loaded after changing Media Base Url
I have two projects: relaunch.company.de redesign.company.de (clone from relaunch.company.de) Note: The base url of both projects is set to their pub directory. I want to setup redesign.company.de ...