Skip to content

Fix iframe styles in blog post "forget-the-cloud-can-your-health-app-run-ai-on-device" #242

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chaba11
Copy link
Collaborator

@chaba11 chaba11 commented Jun 23, 2025

This pull request includes a small change to the blogs/forget-the-cloud-can-your-health-app-run-ai-on-device.md file. The change updates the inline style attributes within a div and iframe to use React-style object notation.

Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for blog-xl ready!

Name Link
🔨 Latest commit 2d530c0
🔍 Latest deploy log https://app.netlify.com/projects/blog-xl/deploys/685959d2b6bd620007396898
😎 Deploy Preview https://deploy-preview-242--blog-xl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@@ -98,13 +98,13 @@ By putting AI directly in the hands of users, not the cloud, XLCare is a step to

The prototype is fully functional and can be downloaded on the [App Store](https://apps.apple.com/us/app/xlcare/id6744706064) or the [Play Store](https://play.google.com/store/apps/details?id=com.xmartlabs.xlcare).

<div style="position: relative; padding-bottom: 177.77%; height: 0; overflow: hidden;">
<div style={{position: 'relative', paddingBottom: '177.77%', height: 0, overflow: 'hidden'}}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to test this on Netlify before merging this I think

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, as I don't have access I'm unable to do that. Anybody with access should take this task.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, actually, you can see that the youtube embed video is working on the preview URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants