Estoy usando pannellum para imágenes de vista 360. Al usar iframe de pannellum, estoy agregando una imagen extrayéndola directamente de la base de datos, pero no funciona. fondo del cuerpo pannellum htm.
Aquí está el código que estoy usando
<iframe width="600" height="400" allowfullscreen style="border-style:none;" src="https://ghostriderrr.xyz/server/pannellum.htm#panorama=<?php echo url("/public/storage/".$img); ?>&autoLoad=true"></iframe>``` But when I store a image in a variable and add it it's working. Like this $x = "https://image.jpg"; <?php echo"$x"; ?>