Re: Full size photo

Solved

Full size photo

Tiff2
Explorer
48 1 18

I would like to make the first photo of my homepage full size. If anyone could help I'd be very much appreciated! 

www.tiffanynoyama.com

 

Thanks so much in advance. 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2095 743 938

This is an accepted solution.

Hi @Tiff2
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719207128233.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1719207134131.png

 

Step 3: Insert the below code at the bottom of the file -> Save

@media only screen and (min-width: 750px) {
  .image-bar--medium .image-bar__item {
      height: 2727px !important;
  }
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Tiff2 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media only screen and (min-width: 750px) {
.image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
height: 1800px !important;
}
}
</style>

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 10 (10)

BSSCommerce-HDL
Shopify Partner
2095 743 938

This is an accepted solution.

Hi @Tiff2
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719207128233.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1719207134131.png

 

Step 3: Insert the below code at the bottom of the file -> Save

@media only screen and (min-width: 750px) {
  .image-bar--medium .image-bar__item {
      height: 2727px !important;
  }
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Tiff2
Explorer
48 1 18

Thanks for your help!

BSSCommerce-HDL
Shopify Partner
2095 743 938

@Tiff2,  No problem, Have a nice day 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Tiff2 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media only screen and (min-width: 750px) {
.image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
height: 1800px !important;
}
}
</style>

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Tiff2
Explorer
48 1 18

thanks a lot!

Tiff2
Explorer
48 1 18

thank you so much!

Tiff2
Explorer
48 1 18

@niraj_patel @BSSCommerce-HDL @pwcsangeeta 

thanks so much for your help! 

It's very strange, the desktop version is showing full size, but not on my mobile. Any idea why? 

Thanks again! 

BSSCommerce-HDL
Shopify Partner
2095 743 938

Hi @Tiff2, Pls insert this code to your file css: 

@media only screen and (max-width: 749px) {
  .image-bar--medium .image-bar__content {
    height: 500px !important;
  }
}

Here is result: 

BSSCommerceHDL_0-1719211298923.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Tiff2
Explorer
48 1 18

Thank you for your help!

BSSCommerce-HDL
Shopify Partner
2095 743 938

@Tiff2, We are pleased to assist you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now