Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336032

    Das content Hintergrundbild und darauf eingefügtes Bild passen sich nicht dem Smartphone-Display an (Windows 8).

    Selbe Ansicht bei Verkleinerung des Browser-Fensters auf Smartphone-Größe (PC-Bildschirm).

    Woran liegt das?

    Mit freundlichen Grüßen,

    mirokato

    #338429

    Hi mirokato!

    Wenn man das Browser-Fenster verkleinert, passt sich auch die Größe der Bilder an. Genau wie auf dem Smartphone. Die Größe kann jedoch nicht immer 1:1 übernommen werden, weil sonst an den Rändern weißer Leerraum entstehen würde. Das was du also auf deinem Windows Phone siehst, ist das gewöhnliche Responsive Layout.

    Lieben Gruß,
    Andy

    #338907
    This reply has been marked as private.
    #341418
    This reply has been marked as private.
    #343032

    Hey!

    Are you referring to the second color section above “KOMPOSITIONEN”? Please edit the color section then apply a unique id on the For Developers: Section ID field. Use “adjust-background-size”, for example then add this on Quick CSS or custom.css to adjust the background size:

    @media only screen and (max-width: 767px) {
    #adjust-background-size {
    background-size: 150% !important;
    }
    }

    Adjust the background-size value if necessary.

    Best regards,
    Ismael

    #346391

    Hi!

    Da ich leider kein Windows Phone besitze: könntest du uns evtl einen screenshot posten? Vielleicht hilft uns das schon.
    Auf mobilen geräten erhält das html element die klasse “avia_mobile”. auf windows solltest du dann also extra CSS regeln via

    .avia_mobile.avia-msie oder .avia_mobile.avia-windows hinzufügen können

    lg,
    Kriesi

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Probleme mit Responsive Layout Windows Phone’ is closed to new replies.