I am trying to:
I have a page created with a content template. Inside a section I´ve insert a view that loads certain category of profile members. I set up to load the featured image using 400px width. The profiles are arrenged in three column boostrap layout.
Link to a page where the issue can be seen:
There is two pages:
I expected to see:
1) this is the main page enlace oculto and its working correctly. I want to replicate the same style on this page 2) enlace oculto
Instead, I got:
Noticed during loading process the second page load and resize images with css from real size 400px to 200px
Im using the same view shortcode from the home page that list partner members profiles only.
The style is:
img {
height: 200px;
width: 200px;
}
The style is added (at least) in these Content Templates (CSS Section):
- Loop item in View profiles only lawyers listing,
- Loop item in View profiles only paralegal listing,
- Loop item in View profiles only External Consultant listing
If you remove it, it'll be solved (should, let me know if not).
Thanks!
Beda, thanks for your fast response and help! obviusly was a rookie mistake. I`ve forgot that i´ve added some custom style on the views. The style that you mentioned was present and after carefoully deleted in every view i could see the correct size.
Find attached printscreen, could you check if my html output coding is properly written? thanks in advance