New Front EN › Support Forums › Origami Theme Support › Origami questions › Reply To: Origami questions
October 2, 2012 at 7:05 pm
#225
satori
Keymaster
Thanks!
Regarding the video resizing issue – please correct me if I misunderstood the problem: you wish for the video content to resize correctly on smaller browser dimensions. If so, please locate the following line in the style.css file (it should be line 26, i.e. in the beginning):
.post-wrapper .post-content iframe {
max-width: 656px !important;
margin: -16px 0 0 -16px !important;
}
and remove the “!important” from the “max-width” parameter, i.e. it should look like “max-width: 656px;”