Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Origami questions

New Front EN Support Forums Origami Theme Support Origami questions Reply To: Origami questions

#225
mmsatori
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;”