Comments

johnebaker wrote on 1/17/2019, 2:34 PM

@Xpressions-Graphics

Hi

Not a lot of information to go on.

By Google do you mean Google Chrome on a mobile device - if not what do you mean?

If you have changed the Viewport meta tag try the default tag that Web Designer generates by default ie:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>

If you are setting the 'width' to a fixed value, this may cause issues.

HTH

John EB

 

VPX 15, Movie Studio 2024, 2023, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional 64bit on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB HDD (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

Xpressions-Graphics wrote on 1/17/2019, 2:58 PM

Thank you for responding! By Google I meant Google Web Tools, which runs analytics on crawl and mobility issues. I had set my variants to 480 px for the mobile variant, using Web Designer defaults. I have not changed the Viewport meta tag, so I don't understand why I'm getting these errors. Can you please tell me how I get to the meta tags, anyway?

johnebaker wrote on 1/18/2019, 3:22 PM

@Xpressions-Graphics

Hi

. . . . I had set my variants to 480 px for the mobile variant, using Web Designer defaults. I have not changed the Viewport meta tag . . .

I suspect this may be what is causing the issue - the viewport tag default is what I posted above. You should find that the published pages have the default changed to:

<meta name="viewport" content="width=480px, initial-scale=1.0, maximum-scale=1.0"/>

Try reverting the device width setting back to its default

. . . . Can you please tell me how I get to the meta tags, anyway . . . .

In Web Designer these presets are on the Website Tab, custom ones may also be on the Page Tab

You can also view the generated HTML tags by publishing the site to a folder and opening the index page in a web browser then use the browers View HTML option.

Alternatively you can also Notepad to open the index.html page - I prefer using Notepad ++ as this program formats and colour codes the HTML correctly to make easier reading.

HTH

John EB

VPX 15, Movie Studio 2024, 2023, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional 64bit on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB HDD (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.