sasankayyod Posted July 14, 2023 Posted July 14, 2023 I'm not sure why my embed objects are being cropped instead of scaling to their containers. Does anyone have a solution? I've been trying to get 3d objects on my website, using Spline and Sketchfab. The Sketchfab model is set to a specific size because it also had the issue I'm running into with the spline 3d model I added. I know this is possible. I'm just not sure if this issue is with my site or how I'm embedding these objects. https://my.spline.design/calculatorcopy-22064c0888bf54b13722c6d9c47dc708/
tuanphan Posted July 18, 2023 Posted July 18, 2023 Hi, Can you share link to page where you added it? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Freddy996 Posted September 5, 2023 Posted September 5, 2023 hi im having the same issue trying to put the right size on my website, can you help me please?
tuanphan Posted September 7, 2023 Posted September 7, 2023 On 9/5/2023 at 7:44 PM, Freddy996 said: hi im having the same issue trying to put the right size on my website, can you help me please? Can you share link to this homepage? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LocalPlantSupply Posted January 8 Posted January 8 (edited) @sasankayyodI got here because my Sketchfab embed was cropping, what worked for me was custom CSS that set the width and height based off the ID of the code block. <style> .sketchfab-embed-wrapper iframe { width: 100%; height: 500px; /* or any other height */ } </style> Edited January 8 by LocalPlantSupply tag
colewlisa Posted March 14 Posted March 14 Hello, I can't get this map to size correctly with the code I'm using. Any help would be greatly appreciated. <iframe width="100%" height="100%" src="https://maps.propertycapsule.com/embed-app/index.html?m=e153ab98-90a9-4d8a-a70b-5499e38ee72b" frameborder="0" allowfullscreen></iframe>
tuanphan Posted March 16 Posted March 16 On 3/15/2024 at 12:02 AM, colewlisa said: Hello, I can't get this map to size correctly with the code I'm using. Any help would be greatly appreciated. <iframe width="100%" height="100%" src="https://maps.propertycapsule.com/embed-app/index.html?m=e153ab98-90a9-4d8a-a70b-5499e38ee72b" frameborder="0" allowfullscreen></iframe> Can you share link to this page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
BlancacA Posted May 31 Posted May 31 Hello, I also can't adjust the size of the embedded code I had from Spline. this is the link that I had issue with. Thanks https://blancawhiteblanc.squarespace.com/aar-1 <iframe src='https://my.spline.design/iphone14procopy-7f422bb1ea6a74ca87777b2e6711011d/' frameborder='0' width='100%' height='100%'></iframe>
tuanphan Posted June 2 Posted June 2 On 6/1/2024 at 6:42 AM, BlancacA said: Hello, I also can't adjust the size of the embedded code I had from Spline. this is the link that I had issue with. Thanks https://blancawhiteblanc.squarespace.com/aar-1 <iframe src='https://my.spline.design/iphone14procopy-7f422bb1ea6a74ca87777b2e6711011d/' frameborder='0' width='100%' height='100%'></iframe> You mean it cut off here? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment