Hi guys,
Can someone tell me what is the size of the images on the diferent post template?
Thank´s
Hi,
If you have enable crop option for featured image from Theme Panel – http://screencast.com/t/hnl0xUCVE all new uploaded images will have that size for post templates: default and style 2 – http://screencast.com/t/viWmmgxWHQx
On Style 3 featured image has this size: http://screencast.com/t/DeZ3TibjAx
Here you can find thumbnails size – http://screencast.com/t/TvuDw9pBDwN
Thanks!
Thank you Alin!
I have an problem with the Style 5 template. The featured image do not resize on the smartphone.. how i can correct it?
Thank you once again!
Hi,
Please provide a link so I can inspect this.
Thanks!
Hi Alin,
here is the link: http://eradigital.com.pt/?p=794
the pass is: eradigital
Thank you once again!
Hi,
Unfortunately this issue appears on post style 4 when is used background. You can see in our demo how it should look this post template(parallax) – http://demo.tagdiv.com/newspaper/popular-people-who-everyone-seems-to-love/
if you use background the image is not enlarge. You can use post style 3 if you need that look(like in your link) and it will work also with background – http://demo.tagdiv.com/newspaper/strong-growth-and-engagement-across-our-community/
Please also note that in version 5 of the Newspaper this will be fixed, the background(color, image) will not appear in parallax template so the image will not be affected.
Thanks!
Hi Alin,
I use a background image with a gray color, it is possible to create the same effect without using a background image? There is possibility to remove the background only in articles that I use the template style 5?
Thank you for the help.
Hi,
I see that you use background color, but this do the same issue like background image. Like I said we know about this bug and it will be fixed on Newspaper 5. It is not so easy to block background on specific templates and you need custom modifications to the code.
The parallax featured image use javascript code and it is not so easy to overwrite with css code(as that css is inline), anyway you can try this custom css in Theme Panel > Custom Css, maybe will help: http://screencast.com/t/3cKnjaPg
@media(max-width: 767px){
.single_template_4.td-boxed-layout .td-big-slide-background {
width: 100% !important;
}
.single_template_4 .backstretch {
width: 100% !important;
}
.single_template_4 .td-backstretch {
width: auto !important;
}
}
I’m not sure if this css will help, but I assure you that this issue will be fixed in version 5 of the theme. Sorry for inconvenience!
Thanks!