New Front EN › Support Forums › Origami Theme Support › Origami questions › Reply To: Origami questions
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; }