svg/webp Module get stopped working after the magento version upgrade [closed]
svg/webp Module get stopped working after the magento version upgrade 2.4.7.p3 Any idea? I’m using the MagestyApps plugin https://github.com/MagestyApps/module-web-images
Auto Added by WPeMatico
svg/webp Module get stopped working after the magento version upgrade 2.4.7.p3 Any idea? I’m using the MagestyApps plugin https://github.com/MagestyApps/module-web-images
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.com/qFPtV1v.png https://i.imgur.com/RFPOm52.png we have used a preference for this file… Read More »Magento 2.4.7 Media Gallery to upload webp image not show in manage Gallery
As i click onto the Media Gallery tab inside content tab, it shows 404 error page. The default url also changed. The current url is : mydomain.com/admin/media_gallery/media/index/ — while it should have been mydomain.com/admin/media_gallery/index/. I have invested a week for… Read More »Media Gallery returns 404 Error Page and images not uploading
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… Read More »Magento 1.9 sorting media gallery images with base image on first page
I am using Image Uploader component to upload multiple images. But when I click ‘Select from Gallery’ -> select image -> ‘Add Selected’, it gets duplicate images. How do I get the correct image without duplicates? <field formElement=”imageUploader” name=”slider”> <argument… Read More »Duplicate Images When Adding Image Form Gallery In Magento 2.4.5
Magento 2.4.6-p3 I am almost sure that this is a setting, but at the moment I am not sure how to solve this. I have got a product which has one image (https://i.imgur.com/sVZUZM1.png). Now on the product page that exact… Read More »Image duplicated in media gallery
I have recently imported 200 products, the import went well and the images do show up on the back-end correctly, however there is no cached version available. If I look at the category page and image that supposed to show… Read More »Image cache is not generated properly when importing new products – Magento 2.3.4
For an SKU, I have multiple images. Every time I change something related to the SKU, I do a PUT. But before that I also DELETE the images using in a loop https://<magentoInstance>/rest/all/V1/products/<mySKU>/media/<imageIDs> Only the first image is getting deleted… Read More »Magento2 – What is the best way to remove and add an image in magento using rest API?
I’m trying to show a different Title and Alt depending on the store for the product page image. For example on a english store (store id 1) xyz.com/uk/ the Title and Alt would be title=”English Title” alt=”English Alt” On a… Read More »Magento 2.3.5-p2: Show different title and alt for product img based on store
We want to override the below XML file in my custom extension. vendor/magento/module-page-builder/view/adminhtml/pagebuilder/content_type/image.xml We want to override this XML file because we want to allow another image extension type except for the default image type extension. We add the below… Read More »Magento 2 How to override image.xml file in our custom extension