badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Thumbnail, Featured Image

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #82737
    infostringrecords
    Participant

    Hello team.

    How can i set thumbnail as 1280×720?

    Cause when i post as content thumbnail does not set perfect.
    Also in Mobile Device Sidebar.

    Check My Site

    #82740

    Hi infostringrecords,

    We have managed to provide you the code to fit to 1280 X 720.

    Please go to ‘Appearance > Customize > Additional CSS’ and Paste the below custom CSS Code.

    .post-wrap .post-img-wrap:before,
    .page-single-img-wrap:before,
    .featured-stories .post-img-wrap:before,
    .site-footer .post-img-wrap:before,
    .site-footer .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    	padding-top: calc(56% + 1px);
    	display: block;
    }
    @media (min-width: 992px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: calc(56% + 1px);
    		display: block;
    	}
    }
    @media (max-width: 767px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: calc(56% + 1px);
    		display: block;
    	}
    }

    Thanks

    #82757
    infostringrecords
    Participant

    Thank You Team For make my website looking Good.

    #82767

    Welcome anytime @infostringrecords

    #82795
    aatechy
    Participant

    I’m facing same issue on my website check here

    #83907

    Hi Aatechy,

    Sorry, The theme you are using into your site is not developed by us.
    Please contact to the main author of the theme.

    Thank you!

    #90499
    Mike
    Participant

    I Purchased News Pro But….when i post as content thumbnail does not set perfect in Home Page.
    Also in Mobile Device Sidebar And Copy Above Code But it is not working in my Website ,Please Check My Website https://www.002.sainiktv.in/

    #90544

    Hi Madan Prasad,

    The above mentioned code was for the specific Images size.
    The layout for your images are working accordingly that we designed. The images will get covered and fit according to the template layout. Please let us know what made you feel that the images are not working perfect.

    Thanks

    #90661
    Mike
    Participant

    my website feature image is not display good ….it is cutting off feature image ..check once

    #90662
    Mike
    Participant

    Check My Another Website https://www.001.sainiktv.in/ ( Designed With Your Theme MagCast Pro ) , These two websites ,i designed home page based on widget with Same content but in News Card Pro Theme ,it cuts featured image but not in MagCast Pro,Please solve my problem ,Thank You

    #90660
    Mike
    Participant

    Hi Theme Horse,

    Thank For Reply .

    Subject : Featured Image Not Display Properly In Home Page

    I have purchased another your theme ( MagCast pro) check this website https://www.001.sainiktv.in/ ,Same content i posted in thees two websites but News Card Pro Theme don’t fit exactly ,like featured image not display properly in home page but MagCast pro fit feature image very well , I designed same way ,based on Widget but theme are different,so please give me suggestion or advice to get my result.

    https://www.001.sainiktv.in/ ( Feature Image display very well )
    https://www.002.sainiktv.in/ ( Feature Image not Display well …it cuts off image)
    Thank you

    #90822

    Hi

    In this Theme we have designed and developed in different way. This theme is designed in a grid Layout so fit the grid layout on template, the Images are used as a background so it get covered and fit to the parent Frame size.
    and since the images you have used are not of same size so the above solution for you won’t work if you see on MagCast Theme the image rendered are not equal and same size and these are different in these theme.

    If you don’t want to make the image get cover and also want to show full image within the frame size without crop then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.

    .post-img-wrap:before,
    .page-single-img-wrap:before {
    	padding-top: 56%;
    }
    .post-img-wrap .post-img,
    .page-single-img-wrap .post-img {
    	background-size: contain;
    	background-position: top center;
    }
    .post-boxed.inlined .post-img-wrap,
    .page-single-img-wrap {
    	background-color: #ffffff;
    }

    Thanks

    #90860
    Mike
    Participant

    Thanks …It is Working

    #90952

    Welcome anytime @madan-prasad

    #91077
    Mike
    Participant

    Thanks but i see my main section ( Above is My Website Link) with black colour if above is applied , Please advice us to get good look And what is exact feature image size to fit my layout ?
    I hope i will get response soon , Thank You

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.