Skip to content

ikea.com - Large 3D viewer by denilsonsa

Screenshot of ikea.com - Large 3D viewer

Details

Authordenilsonsa

LicensePublic domain

Categoryikea

Created

Updated

Size576 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaking IKEA's website to make the 3D viewer fill up the whole viewport.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ikea.com - Large 3D viewer
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    Tweaking IKEA's website to make the 3D viewer fill up the whole viewport.
@author         Denilson
==/UserStyle== */

@-moz-document domain("ikea.com") {
    /* Making the 3D model viewer larger */
    html .rotera-modal .rotera-theatre {
        top: 1em !important;
        bottom: 1em !important;
        left: 1em !important;
        right: 1em !important;
        width: auto !important;
        height: auto !important;
    }
}

Reviews

No reviews yet.