Set Post Thumbnails in Percents

This is not possible, images must have real absolute sizes 🙂 A post thumbnail is essentially a different sized version of the image. While you can calculate how much for example 70% of 1024 is, and genereate a ~700px wide image, you cannot do this for each of your visitors. It would kill your host’s … Read more

No responsive design is displayed

Well, it was my fault. I had added a media-query to style.css and I put: @media (min-width: 1300px) { h2.site-description { margin-top: 130px; } That is to say, I forgot a bracket. It should be: @media (min-width: 1300px) { h2.site-description { margin-top: 130px; } } That broke all my next css properties.

How to Implement Responsive YouTube Video Framing? [closed]

Make the media query for <iframe> responsive. Set an id to <iframe>and set max-width and min-width, and give specific size to this <iframe> on different device widths. CSS: <style> @media screen and (max-width: 400px) { #res{ width:200px; height:200px; } } </style> HTML: <iframe id=”res” src=”https://www.youtube.com/embed/rL66iCVZ6mE?rel=0&amp;controls=0&amp;showinfo=0″ frameborder=”0″ allowfullscreen></iframe>`

Responsive Images Warping

It’s pretty difficult to know what your CSS properties are doing without seeing the related HTML. I would use the max-width property instead of width img{ max-width: 100%; }. UPDATE: I just noticed you provided a link. The height property is a problem: .custom-hb-box img { display: block; height: 100%; opacity: 1; transition: opacity 0.2s … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)