Image Height on Home Page

Homepage Community Forums Elevate Theme Support Image Height on Home Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18743
    Jesse
    Customer

      Hi,

      I’m on the Elevate Theme.

      I’m using the Front Page Background Image (file size is 1600 x 1050); however, when I upload it with the Genesis Featured Page widget it crops my image in half.

      I’m trying to display the full image.

      Any help, appreciated.

      #18764
      Eric
      Customer

        What size are you selecting when using the GFP widget?

        You can add your own sizes in your functions file. Look for something like this and then create your own –

        //* Add new image sizes
        add_image_size( 'featured-content-lg', 1200, 600, TRUE );
        add_image_size( 'featured-content-sm', 600, 400, TRUE );
        add_image_size( 'featured-content-th', 740, 340, TRUE );

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #19249
        Jesse
        Customer

          Hi Eric,

          Thanks so much for your quick response. I’ve been messing around with trying to make it work and I can’t… I’m not a “developer” and newbie and CSS etc.

          I’ve tried 1600 x 1050 and 1800 x 1200… but it’s cropping my image in half on desktop. On mobile I can see the full image.

          Even if I could make it full frame that would be better…

          best,
          Jesse

          #19251
          Jesse
          Customer

            Disregard: i think if found the answer by reading through these two threads for anyone else that is having this issue: — https://appfinite.com/search/image+size+cover/

            https://appfinite.com/topic/header-image-not-displayed-in-full/

            Trying to learn CSS as I do this… thanks for your patience and help.

            Cheers,

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Image Height on Home Page’ is closed to new replies.