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

#228
tomgeraedts
Participant

Thanks, hmm.. doesn’t seem to be working at the moment.
http://www.tomgeraedts.com/ I’m really happy with the theme, but the only problem are the different browser dimensions.
If I scale the browser down, the images don’t scale down, it simply cuts them off. Is there anything I can do about that?
Same for the iframe vimeo video..

I have this in my CSS:

.post-meta { display: none !important; }

.post-wrapper .post-content iframe { max-width: 656px; margin: -16px 0 0 -16px; }
.page-content iframe { max-width: 656px !important; margin: -16px 0 0 -16px !important; }

.post-wrapper .post-content img { max-width: 656px !important; margin: -16px 0 0 -16px !important; }

.page-content img { max-width: 656px !important; margin: -16px 0 0 -16px !important; }