Thanks!
If i change <?php the_content();?> to <?php the_excerpt();?> will it display images as normal, or will it alter that too?
I′m just wondering about the absolute positioning mentioned, does this apply when the site is base on the Tanzaku theme: https://www.ads-software.com/extend/themes/tanzaku
where the layout is liquid and random. It also automatically scales the boxes into different sizes depending on the size of the content. With images it′s no problem, so why does it treat video differently?
the different box sizes and code are :
/* ———- Grid Items, Single Item and Comments ———- */
/* value = (width * n) + (15+15+5) * (n-1).
* ex.
* width=200 : 200, 425, 650, 875
* width=250 : 250, 525, 800, 1075
* width=290 : 290, 615, 940, 1265
*/
div.x1 { width: 290px; }
div.x2 { width: 615px; }
div.x3 { width: 940px; }
div.x4 { width: 1265px; }
div.grid-item,
div.single-item {
overflow: hidden;
margin: 0 5px 5px 0;
padding: 15px 15px 30px 15px;
border: 0;
background-color: #ffffff;
Sorry if I am asking obvious and silly questions! My understanding of code is not to good…
Thanks again!