Questions tagged [media-images]
The media-images tag has no summary.
193 questions
0 votes
2 answers
80 views
How to use CDN url in magento2 products
I have completed magento integration from different platform to magento There are 2L products in my store Now all the images are saved in CDN. During the import process I get the image name for ...
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
480 views
magento2.4.7 wysiwyg media images not showing on fronted
I've just upgraded magento from 2.4.0 to 2.4.7, but now when I upload image into media gallery so, image not showing on frontend but working fine on backend. https://i.imgur.com/MM3wSxc.png https://i....
0 votes
1 answer
72 views
Magento 1.9 sorting media gallery images with base image on first page
From a product I want to get all the images it has in the gallery and sort them so that the main/base image of the product is first in the list. Firstly, I have a problem because I can't get the main/...
0 votes
0 answers
38 views
Magento 2 : Programmatically Assigning images to product taking too much time
I have around ~10k of products to create programmatically. I also have around 20 custom attributes to each product. Saving the stock, the price, special price, those 20 custom attributes it takes ...
1 vote
1 answer
819 views
wysiwyg editor does not show all folder after upgrading to Magento 2.4.6
I just upgraded to Magento 2.4.6 from 2.4.0. The issue i am facing is the editor is not showing images folder in storage_root. It is just showing me two folder catalog/category and Wyswig folder. I am ...
1 vote
1 answer
2k views
Gallery images are broken on frontend and in page-builder
I've got a problem when adding images through the page-builder. When I open the gallery in the builder I see all images in the image gallery. When I select the image, I get an broken image because the ...
0 votes
1 answer
414 views
Magento 2.3.4 duplicate/clone media gallery images on 'save & duplicate' product, multistore
In the admin panel, when a duplicates a product, the product pictures duplicates themselves several times, for each store exist in db. Example, Have magento with 12 stores Have product A with 1 image ...
0 votes
1 answer
271 views
How to add roles in images of product with mysql database?
Is it possible insert not update (update is simple) image roles (base, small , thumnail) in catalog_product_entity_varchar table if in the table missing attribute row for the products images
0 votes
1 answer
62 views
Why are images loading slowly on my website?
Our company is engaged in the production of mobile loading ramps, our website is https://ausbaurampa.de we have encountered a problem with slow loading of photos on the site. What could be the problem?...
1 vote
0 answers
113 views
Magento 2: Product images are not generated in media cache on importing products
Facing weird issue for 2-3 days. Images are not showing on frontend Whenever I import new products using firebear module or default importer. I tried php bin/magento catalog:image:resize, ...
1 vote
3 answers
2k views
Cannot create new folder under Storage Root - Magento Media Gallery
I get the attached error while creating a new folder under Storage Root. How can I fix this?? Is it not possible to create another folder under root Edit There were folders under StorageRoot that ...
0 votes
2 answers
5k views
How to run queue consumers
I want to use the media gallery image optimization.I read in the doc that I have to tun the media.gallery.renditions.update. I tried with the next command bin/magento queue:consumers:start media....
0 votes
1 answer
186 views
Issue on assigning base image, small_image, Thumbnail_image programatically using csv?
I have created a php file to assign the base_image, small_image, Thumbnail_image using below script. $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $state = $objectManager->...
0 votes
1 answer
2k views
Media folders missing from admin in 2.4.3-p3 update
There are multiple media folders missing in 2.4.3-p3 I have read this --> https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/ Does anyone know exactly where ...