marvelapp / devices.css

Pure CSS phones and tablets
MIT License
3.95k stars 611 forks source link

Landscape on Galaxy Note 8 #37

Closed mostafa-drz closed 4 years ago

mostafa-drz commented 4 years ago

Hi, First of all, thank you for this great collection.

The Problem: The landscape for Galaxy Note 8 doesn't rotate the content

Is it an issue? Not sure, maybe I'm missing something. but it's working for all other devices.

Screenshots: Screen Shot 2020-03-25 at 10 48 34 AM

HTML:

<div class="marvel-device note8 landscape">
    <div class="inner"></div>
    <div class="overflow">
        <div class="shadow"></div>
    </div>
    <div class="speaker"></div>
    <div class="sensors"></div>
    <div class="more-sensors"></div>
    <div class="sleep"></div>
    <div class="volume"></div>
    <div class="camera"></div>
    <div class="screen">
        <!-- I have an iframe here-->
    </div>
</div>
mostafa-drz commented 4 years ago

Probably not the issue and there is a workaround on our side. I apologize for the issue