petkivim / embed-google-docs

Embed Google Docs Viewer makes it possible to embed Google Docs Viewer to Joomla articles.
GNU General Public License v3.0
18 stars 12 forks source link

View on smartphones #17

Closed Jacp101 closed 6 years ago

Jacp101 commented 6 years ago

I am having issues with the view that I get on my smartphone, when I view google docs such as google forms and google spreadsheets.

I have sized them so that they look good on the webpage on a computer, but I don't know how to get them to resize when viewed on a smartphone.

Any suggestions on how to make sheets and forms be autosized smaller for view on smartphones?

petkivim commented 6 years ago

How have you defined the width of the sheets? You should use percentages instead of pixels for defining the width - in that way the sheets and forms are autosized based on the view size of the user. For example:

{google_docs}document_url|width:60%{/google_docs}

Regards, Petteri

Jacp101 commented 6 years ago

Very good. The % way of dooing it seemed to solve the problem. Appreciate the help ty!