Bonjour,
Voila je rencontre un petit problème avec mon code,
J'aimerais faire disparaitre le cadre blanc tout autour de l'élément, que ce soit juste transparent.
<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 pour votre aide :)
essaie ca
<iframe style="border: none;" 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>
salut,
simple en css tu point vers ton iframe et tu fais un border:none;
<style type="text/css">
iframe{border:none;}
</style>
je sais pas si c'est ce que tu veux.