Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Guest House
    • Distributeur de boissons
    • Hotel
    Real Estate
    • Real Estate Agency
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consulting
    • Accounting Firm
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Solar Energy Systems
    • Cordonnier
    • Services de nettoyage
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Website-Some image options missing after replaced

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
website_buildersnippetsimageResizeSEO
1 Répondre
2553 Vues
Avatar
Jozef Slivka

Hi community, I am confused with the odoo image gallery behaviour, I noticed some options are sometimes present, until I replace the default image to custom image....then suddenly some options are not available anymore. And some of them I need.
For example : MASONRY, see screenshots.
And another strange thing : Image width (available only for odoo default image) : sometimes I see Original + 3 smaller images, but sometimes I see Original + 3 smaller images, one of them marked as "Prefered", once I select it, I dont see the previous options anymore.
The whole behaviour is very inconsistent and uncontrolled to me.

I started to dig deeper and find this  once I noticed the website I created uses very large images(1920px width), which scales in the code to much much smaller sizes (I use about 400-500px size normally), which is absolutely NOT SEO friendly, and my results in SEO are poor.
I noticed similar behaviour in other image snippets too, so maybe if anybody can bring light into this to understand why this is and when to expect it and when not (hopefully this is not a bug) ....using v16, CE, on premise.
Images : https://photos.app.goo.gl/yuAXTBG5Qws5aQ9B9

0
Avatar
Ignorer
William Meshchery

I am having the same issue in Odoo 18 enterprise. Once I replace the image, I lose the quality slider. 

Christoph Farnleitner

I would assume the fields re-appear after saving and re-entering the Edit view? Sounds like this should be reported as a bug to https://odoo.com/help

Avatar
Ritik (Wan Buffer Services)
Meilleure réponse
Why Image Options Disappear
  1. Different image types carry different options
    • Odoo's built-in default images (from image_library) include metadata (like mime type) that enables extra options (Masonry, width controls, etc.).
    • Once you replace an image with a custom one, that metadata (and associated filters or options) often isn't applied to your new image, so those options disappear. 
  2. Large image sizes also matter
    • Using very large images (like 1920px wide) means Odoo scales them down aggressively—often stripping out attributes needed for certain display options. That affects editing features and can hurt SEO.
How to Fix It
  • Use properly pre-processed images
    Upload images that already match your target size (e.g., 400–500px width). This helps Odoo preserve options like Masonry and width controls.
  • Regenerate the snippet’s metadata
    If you’re comfortable with developer mode, clear and rebuild the image metadata or use the “regenerate assets” feature (in debug mode via the bug icon) to refresh filters.
  • Apply community patches if needed
    Check for recent updates: in v17+, default image attachments were moved into an “updatable” file—this restores compatibility after upgrades.

-1
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to Add rel="nofollow" to External Links in Odoo?
website_builder Website SEO
Avatar
0
avr. 25
1882
Unable to drop Alternative Products Snippet from product page
product website_builder snippets
Avatar
0
nov. 23
1809
Error when editing snippets
website_builder snippets Edit
Avatar
0
févr. 22
2848
Products attributes and ecommerce website dynamic snippet problem ODOO 14
ecommerce website_builder snippets
Avatar
1
août 21
3670
Problem Saving snippets
website_builder themes snippets
Avatar
0
déc. 16
4966
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now