Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Images in newsletter not showing correct on a mobile phone

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
email-marketing
2 Risposte
2418 Visualizzazioni
Avatar
Out of the box BV

Hey,


I'm trying to send my first newletter via Odoo mail marketing. 

When i sent a test it looks good on a desktop, but the images are nog showing correct on a mobile phone. There only shown half on the mobile phone.

Where and how could that be fixed?


thx in advance!

Pieter

0
Avatar
Abbandona
Avatar
Kaloo
Risposta migliore

Hey Pieter! 👋

Congrats on sending your first newsletter via Odoo Email Marketing — you're almost there! If your images are showing correctly on desktop but appear cut off or only half visible on mobile, it’s usually due to styling or layout settings that aren't mobile-friendly (responsive).

Let’s fix it step by step:

✅ 1. Use "100% Width" for Images

Make sure your images are set to 100% width in the Odoo email builder:

  • Click on the image block.
  • Check the "Width" setting — make sure it’s set to 100% or the responsive setting.
  • Avoid setting fixed pixel widths like 600px, which don’t scale on smaller screens.

✅ 2. Use Odoo's Responsive Blocks

Odoo provides mobile-optimized blocks. Be sure to:

  • Use "two-column" or "image + text" blocks that automatically stack on mobile.
  • Avoid building custom HTML inside raw HTML blocks unless you're familiar with responsive design.

✅ 3. Check Image Size and Ratio

Sometimes images with large width or strange aspect ratios might break layout on small screens.

  • Try uploading a resized image with a max width of 600px.
  • Use images with a normal landscape ratio (e.g., 16:9) for better mobile fit.

✅ 4. Enable Responsive Design in Settings (if available)

If your version of Odoo has advanced email settings:

  • Go to Email Marketing → Configuration or Settings.
  • Look for any "responsive" or "mobile optimization" options and enable them.

✅ 5. Test with Different Devices and Email Clients

Use a service like Litmus or Mailtrap to preview how your newsletter looks across devices.

Or just send test emails to both Gmail mobile, Apple Mail, and Android to compare.

✏️ Bonus: Custom CSS (Advanced)

If you're editing raw HTML/CSS, make sure you use mobile media queries like:

css

@media only screen and (max-width: 600px) { img { width: 100% !important; height: auto !important; } }

But you usually don’t need this unless you’re customizing deeply.

Let me know if you want to share a screenshot or the block you're using—I can help tweak it more precisely. Good luck with your newsletter launch! 🚀

0
Avatar
Abbandona
Avatar
Julien Lotin
Risposta migliore

I have the same probleme.

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Add existing contact to an Email Marketing mailing list contact
email-marketing
Avatar
Avatar
Avatar
Avatar
Avatar
9
ott 25
8264
Error when building mailing list
email-marketing
Avatar
Avatar
1
giu 25
2193
Email Marketing Statistics Only Show "Received" — No Open, Click, or Bounce Tracking
email-marketing
Avatar
Avatar
1
apr 25
2417
How do we get click email data in email marketing?
email-marketing
Avatar
Avatar
1
apr 24
2695
How can I config the UTM link when Odoo auto add in an email marketing
email-marketing
Avatar
0
feb 24
2445
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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