Broken iframe into frame

Re: Broken iframe into frame

by dat nguyen -
Number of replies: 0

I found a solution for this:

Adding more css:

 iframe {
        width: 1px;
        min-width: 100%;
        *width: 100%;
    }