Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consulting
    • Accounting Firm
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Solar Energy Systems
    • Shoe Maker
    • Serveis de neteja
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Website-Some image options missing after replaced

Subscriure's

Get notified when there's activity on this post

This question has been flagged
website_buildersnippetsimageResizeSEO
1 Respondre
2585 Vistes
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
Descartar
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)
Best Answer
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
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
How to Add rel="nofollow" to External Links in Odoo?
website_builder Website SEO
Avatar
0
d’abr. 25
1908
Unable to drop Alternative Products Snippet from product page
product website_builder snippets
Avatar
0
de nov. 23
1821
Error when editing snippets
website_builder snippets Edit
Avatar
0
de febr. 22
2868
Products attributes and ecommerce website dynamic snippet problem ODOO 14
ecommerce website_builder snippets
Avatar
1
d’ag. 21
3681
Problem Saving snippets
website_builder themes snippets
Avatar
0
de des. 16
4984
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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