• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: Responsive images

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Responsive images › Reply To: Responsive images

July 2, 2015 at 2:25 am #374
Chinmoy Paul
Moderator

Already there have CSS in @media queries section for banner image. You will edit the css as per your site design. Otherwise You can use my provided code for desktop only. Code will be like this:

@media only screen and (min-width: 1024px) {
  .home-banner {
    background-size: contain!important;
  }
}

So this code only work on PC.

Note: First you will remove the old CSS and then you will apply this new CSS.

Copyright © 2022 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates