We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what a wonderful project. I gave it a try and was amazed. I wanted a mobile view also so I changed Preview.tsx to return 2 iframes like so:
return ( <div className="flex"> <iframe title="Preview" srcDoc={throttledCode} className="border-[4px] border-black rounded-[20px] shadow-lg transform scale-[0.8] origin-top-left w-[400px] h-[832px]" ></iframe> <iframe title="Preview" srcDoc={throttledCode} className="border-[4px] border-black rounded-[20px] shadow-lg transform scale-[0.8] origin-top-left w-[1280px] h-[832px]" ></iframe> </div> ); }
The text was updated successfully, but these errors were encountered:
Thanks for this! Will add this in.
Sorry, something went wrong.
Added now, thanks.
abi
No branches or pull requests
what a wonderful project. I gave it a try and was amazed. I wanted a mobile view also so I changed Preview.tsx to return 2 iframes like so:
The text was updated successfully, but these errors were encountered: