swiftintellect/IsVipi-OSSN

Video issues i found.

Closed this issue · 4 comments

There was an issue with video breaking on the front page but i fixed it.


feed.php line:84
<embed src="<?php echo $f['att_video'] ?>" type="application/x-shockwave-flash" allowscriptaccess="always" width="100%" height="100%"></embed>


home.css line 4688
.att_video {
    width:90%;
    margin:10px auto;
    background:#EEE;
    min-height:50px;
    max-height:300px;
    margin-bottom:100px;
}

Into

feed.php line:84
<embed src="<?php echo $f['att_video'] ?>" type="application/x-shockwave-flash" allowscriptaccess="always" width="100%" height="50%"></embed>

home.css line:4688
.att_video {
    width:90%;
    margin:10px auto;
    background:#EEE;
    min-height:50px;
}

It fixed it but still an issues with the wall video which im still looking into.

Hey @SparkedDevelopment, what was the issue exactly. I could also help solve it.

It was making the video go under the other status boxes also it wasn't responsive at all.
I killed two birds with one stone.

Great. I will add your contribution to the final release. Thank you.

No problem MATE