Artemisiah Posted November 24, 2016 Share Posted November 24, 2016 (edited) Ciao a tutti!!! In vista del Natale ho apportato alcune modifiche al nostro sito. Nella home http://www.andromacasanmarino.com/ è stata inserita una immagine. Nella versione desktop nessun problema, mentre in quella visualizzata da dispositivi mobili, ovviamente, questa immagine viene tagliata. La prima cosa che mi è venuto in mente fare è stato quello di inserire uno script che disabilitasse la funzione di responsive. Questo: <script> $(document).ready(function(){ $('meta[name=viewport]').prop('content', 'width=1400'); }); </script> Rimane la versione desktop che si vede gigante... C'è un modo per sistemare ulteriormente le cose? Intanto vi ringrazio e vi saluto! Edited November 24, 2016 by Artemisiah (see edit history) Link to comment Share on other sites More sharing options...
Sito Lab Posted November 24, 2016 Share Posted November 24, 2016 di solito tutti fanno lo stesso errore, non ho visto il sito ma dai anche le misure alla img esempio se hai la img in un div colonna e la img è al suo interno prova a fare questo div#colonna img { width: 100%; } di solito come ho detto molti si dimenticano di questo Link to comment Share on other sites More sharing options...
Artemisiah Posted November 24, 2016 Author Share Posted November 24, 2016 Prima di tutto grazie!Poi ti chiedo infinitamente scusa per l'ignoranza, ma ancora lo mastico poco Prestashop: lo devo inserire nel global css? Grazie ancora! Link to comment Share on other sites More sharing options...
Sito Lab Posted November 24, 2016 Share Posted November 24, 2016 ciao, si dove è presente il tutto Link to comment Share on other sites More sharing options...
Artemisiah Posted November 24, 2016 Author Share Posted November 24, 2016 Grazie ancora! Link to comment Share on other sites More sharing options...
Sito Lab Posted November 24, 2016 Share Posted November 24, 2016 Grazie ancora! ho dato un occhiata devi inserire questo div#center_column img { width: 100%; } nel tuo file global.css questa riduce l'immagine ad ogni tipo di desktop poi lo sistemi come meglio desideri Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now