Petite aide sur du code HTML - HTML/CSS - Programmation
Marsh Posté le 20-06-2017 à 19:02:40
Tu dois retirer la bordure par défaut de l'élément iframe
iframe {border: none}
Marsh Posté le 20-06-2017 à 19:16:49
Tu sais a quel endroit intégrer ce code? j'ai essayé de le mettre mais ça ne change rien...
Marsh Posté le 20-06-2017 à 23:00:53
Dans le ficher .css ou sinon directement inline dans l'iframe
https://codepen.io/anon/pen/pwPrLb
Marsh Posté le 22-06-2017 à 14:31:37
Ca n'a rien à voir mais : as tu bien le droit d'intégrer ce truc dans un autre site, surtout via une iframe invisible ?
Marsh Posté le 20-06-2017 à 17:39:52
Bonjour, j'aimerais savoir s'il est possible d'enlever le cadre blanc autour de cette illustration 3d (insertion sur le site via le code html suivant :
<iframe src="https://sketchfab.com/models/8d06874aac5246c59edb4adbe3606e0e/embed?ui_controls=1&ui_theatre=0&ui_stop=0&ui_help=0&ui_settings=0&ui_fullscreen=0&ui_watermark=0&scrollwheel=0&transparent=1&ui_snapshots=0&ui_animations=0&ui_annotations=0&autostart=1&ui_infos=0&ui_fadeout=0&internal=1" data-src="https://sketchfab.com/models/8d06874aac5246c59edb4adbe3606e0e/embed?ui_controls=1&ui_theatre=0&ui_stop=0&ui_help=0&ui_settings=0&ui_fullscreen=0&ui_watermark=0&scrollwheel=0&transparent=1&ui_snapshots=0&ui_animations=0&ui_annotations=0&autostart=1&ui_infos=0&ui_fadeout=0&internal=1" width="500" height="300" allowtransparency="true" allowvr="" allowfullscreen="" mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel="">
</iframe>
Merci