LovelaceSurfcraft Posted March 6 Share Posted March 6 Hey all! love how helpful this forum is - thank you for any and all help on my little issue; I've inserted an iFrame code snippet for a 3d model viewer feature, but I want the feature to be borderless, centered on-page and adjusted to the width of the screen or at least much larger than its appearing on my test page: https://www.lovemachinesurfboards.com/backdoor I've adjusted the code below with larger width and height, and tried changing the border style color, but it doesn't appear to affect the page at all. the source code I am using is: <iframe src= https://www.shape3d.com/Viewers/Viewer3D.aspx?Board=9399&BackgroundOnlyInFullScreen=true”style=“border-style:none; overflow:hidden; width:1000px;height:1000px;” webkitallowfullscreen mozallowfullscreen allowfullscreen ></iframe> Link to comment
tuanphan Posted March 10 Share Posted March 10 Add to Design > Custom CSS iframe[src*="shape3d"] { width: 100% !important; height: 500px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LovelaceSurfcraft Posted March 21 Author Share Posted March 21 thank you!! worked like a charm! Link to comment
creedon Posted March 21 Share Posted March 21 You'll want to replace the smart quotes in your code with dumb quotes ( " ). Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment