How to auto adjust the media size with liquid

Solved

How to auto adjust the media size with liquid

BBBOO
Visitor
3 0 1

<center> <iframe
src="https://platform.ar-ty.com/api/model-viewer/a06f6ced-b21d-4cfd-97a7-900c8473065b/default/default"
style="float:center; min-width:320px; min-height:320px; border: none;"
></iframe></center>

 

Could someone please guide me on how to make this piece of code automatically adjust for mobile and desktop viewers so the media displays correctly in terms of size?

Thanks!

Accepted Solution (1)

namphan
Shopify Partner
2259 295 331

This is an accepted solution.

Hi @BBBOO,

Please change code:

<center> <iframe
src="https://platform.ar-ty.com/api/model-viewer/a06f6ced-b21d-4cfd-97a7-900c8473065b/default/default"
style="float:center; min-width:320px; min-height:320px; border: none; width: 100%; height: auto;"
></iframe></center>
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
2259 295 331

This is an accepted solution.

Hi @BBBOO,

Please change code:

<center> <iframe
src="https://platform.ar-ty.com/api/model-viewer/a06f6ced-b21d-4cfd-97a7-900c8473065b/default/default"
style="float:center; min-width:320px; min-height:320px; border: none; width: 100%; height: auto;"
></iframe></center>
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
BBBOO
Visitor
3 0 1

This works perfect thank you so much!

namphan
Shopify Partner
2259 295 331

Hi @BBBOO,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com