Has anybody figured out the correct CSS that expands the image to fulfill the sliders image. Example http://screencast.com/t/Mjlo9S6lg
@Radu, thanks. That sorta works. How about a regular image to fit dimensions in height and width of block 3 (or any blocks really): http://screencast.com/t/H7jkjxtt2g35
Hi,
You could do it via css using this custom css:
.td_mod6 .entry-thumb {
width: 326px;
height: 159px;
}
This way you set the image to fill the image container by setting the exact width and height of the container.
You can do the same for other block if you like.
This is for block 3 images which was made using module 6, see here: https://forum.tagdiv.com/modules-and-blocks/
This dose’t look so good though, see here:
ex:
http://screencast.com/t/KsvELvwnl
http://screencast.com/t/QfDa3x3kH
Hope this helps!
Thanks
@Lucian, this works fine. Stretches it a big but it still works. As for block 1 where it has the large image at the top and the mini ones below it, http://screencast.com/t/GjlJQoerhYMZ, what are your suggestions for this?
Also, when using this in the slide I noticed it actually stretches the video icon. Is there any way around this (http://screencast.com/t/zZdY6ElFPh)? If not, how do I remove the player image?